Skip to main content
GET
API Status and Version
curl --request GET \
  --url https://api.cartesia.ai/
{
  "ok": true,
  "version": "2025-03-01"
}

Documentation Index

Fetch the complete documentation index at: https://docs.cartesia.ai/llms.txt

Use this file to discover all available pages before exploring further.

Response

200 - application/json
ok
boolean
required
version
string<date>
required

Latest API version

Example:

"2025-03-01"