GET
/
list-voices
curl --request GET \
  --url https://app.phonely.ai/api/list-voices
[
  {
    "name": "<string>",
    "id": "<string>",
    "gender": "<string>",
    "language": "<string>",
    "tags": [
      "<string>"
    ],
    "accent": "<string>",
    "isMultiLingualSupport": true
  }
]

Response

200
application/json
List of available voices
name
string

Name of the voice

id
string

unique voice id, use for set agent's voice

gender
string

Gender of the voice

language
string

Support language of the voice

tags
string[]

Feature tags associated with the voice

accent
string

Accent of the voice

isMultiLingualSupport
boolean

Whether the voice supports multiple languages