Skip to main content
GET
/
API Status and Version
curl --request GET \
  --url https://api.cartesia.ai/ \
  --header 'Authorization: Bearer <token>' \
  --header 'Cartesia-Version: <cartesia-version>'
{
  "ok": true,
  "version": "<string>"
}

Authorizations

Authorization
string
header
required

An Access Token

Headers

Cartesia-Version
enum<string>
required

API version header. Must be set to the API version, e.g. '2024-06-10'.

Available options:
2024-06-10,
2024-11-13,
2025-04-16
Example:

"2025-04-16"

Response

200 - application/json
ok
boolean
required
version
string
required