v1

latestOpenAPI 3.1.02026-07-13154170539.0 KB
Voices

List voices

Returns a list of all assistant voices created for the user.

get/v0/assistant/voice

Response

List of voices retrieved successfully

Example response

{
  "info": [
    {
      "voice_id": "bf0a246a-8642-498a-9950-80c35e9276b5",
      "name": "English Woman Calm 1",
      "description": "Calm and relaxing voice of an english-speaking woman",
      "gender": "female",
      "language": "en",
      "provider": "cartesia",
      "is_preset": true
    }
  ]
}