Skip to main content
GET
/
voices
cURL
curl --request GET \
  --url https://www.getrevox.com/api/voices
{
  "voices": [
    {
      "provider": "cartesia",
      "id": "<string>",
      "name": "<string>",
      "description": "<string>",
      "language": "en"
    }
  ]
}

Headers

authorization
string

Bearer auth token. Example: Bearer sk_123...

Response

200 - application/json

200

voices
object[]
required