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

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:

"2024-06-10"

Response

200 - application/json
ok
boolean
required
version
string
required
I