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

Authentication

Exchange a static API key for a short-lived session JWT.

post

Send your static API key as a Bearer token. Returns a short-lived session JWT to use on all subsequent API requests.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Responses
200

Session JWT issued.

application/json
keyIdstringRequired

Identifier of the static key used.

sessionJwtstringRequired

Bearer token for subsequent API calls.

post/v1/auth/accesskey/exchange

Last updated