v1

latestOpenAPI 3.0.12026-07-2696152184.1 KB
Auth

Generate a New Access Token

Generates a short-lived access token to make API requests from authenticated clients.

post/access-token

Headers

Cartesia-Version'2026-03-01' date required
Example:2026-03-01

API version header.

Request body

expires_ininteger nullable

The number of seconds the token will be valid for since the time of generation. The maximum is 1 hour (3600 seconds).

Response

tokenstring required

The generated Access Token.