GET
/
voices
curl --request GET \
  --url https://api.voxia.ai/voices \
  --header 'Authorization: <api-key>'
[
  {
    "id": "<string>",
    "voiceId": "<string>",
    "name": "<string>",
    "organizationId": "<string>",
    "settings": {
      "stability": 0.8,
      "style": 0.3
    },
    "isMultilingual": true,
    "supportedLocales": [
      "<string>"
    ],
    "ttsClient": "<string>"
  }
]

Authorizations

Authorization
string
header
required

Headers

x-sub-organization-id
string

Optional sub organization ID. Must belong to your main organization API key.

Response

200
application/json

List of voices for the organization

The response is of type object[].