For the complete documentation index, see llms.txt. This page is also available as Markdown.

πŸ“„authenticate

Description

Authenticate users and issue valid tokens.

Header parameters

Name
Info
Required

apiID

ID of the API

apiKey

Key of the API

Response

struct { 
    "token": string 
}

Last updated