v1
latestOpenAPI 3.1.02026-07-2676188241.3 KBAuth
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
Response
Authentication successful
Example response
{
"tokenType": "bearer"
}