v1

latestOpenAPI 3.1.02026-08-0456127224.3 KB
Voices

List voices

Returns all voices in the workspace voice registry.

get/api/v2/voices

Query parameters

limitinteger
starting_afterstring nullable
searchstring nullable

Case-insensitive substring filter applied to the voice name.

Case-insensitive substring filter applied to the voice name.

Headers

X-API-KEYstring nullable
Authorizationstring nullable
X-Workspace-Idstring nullable

Response

Successful Response

Example response

{
  "data": [
    {
      "id": "wrv-abc123",
      "provider": "elevenlabs",
      "provider_voice_id": "EXAVITQu4vr4xnSDxMaL",
      "name": "Sarah",
      "language": "en",
      "country_code": "US",
      "gender": "female",
      "created_at": 1739612400,
      "updated_at": 1739617200
    }
  ]
}