v1

latestOpenAPI 3.1.02026-07-2676188241.3 KB
Auth

Authenticate user and get access token

Authenticate using email and password to receive an access token.

<Warning> This `Admin API` is separate from the `Corti API` used for speech recognition, text generation, and agentic workflows: <ul><li>Authentication and scope for the `Admin API` uses email-and-password to obtain a bearer token via `/auth/token`. This token is only used for API administration.</li></ul>

Please contact us if you have interest in this functionality or further questions. </Warning>

post/auth/token

Request body

emailstring email required

User's email address

passwordstring required

User's password

Response

Authentication successful

accessTokenstring required

JWT access token

tokenTypestring required
expiresIninteger required

Token expiration time in seconds

Example response

{
  "tokenType": "bearer"
}
All 76 operations