For the complete documentation index, see llms.txt. This page is also available as Markdown.

Voices

get

Retrieves available voice options for TTS.

Header parameters
authorizationstringRequired

The API key to use for authentication. Can be created in the api keys section on the workspace settings page.

Responses
200

Retrieves all available voice options.

application/json
genderstring · enumRequiredPossible values:
modelstringRequired
namestringRequired
providerstring · enumRequiredPossible values:
get/api/v1/voices/options
GET /api/v1/voices/options HTTP/1.1
Host: api.endless.zaia.app
authorization: text
Accept: */*
[
  {
    "gender": "male",
    "model": "text",
    "name": "text",
    "provider": "openai"
  }
]

Last updated