cURL
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 } ]
Get a list of all available voices for your agent
List of available voices
The response is of type object[].
object[]