Returns a single voice based on the ID supplied
curl --request GET \ --url https://api.puretalk.ai/api/voices/{id} \ --header 'X-API-KEY: <api-key>'
{ "msg": "<string>", "err": true, "results": { "id": 123, "voice_id": "<string>", "name": "<string>", "provider_voice_id": "<string>", "provider": "<string>", "avatar": "<string>", "gender": "<string>", "is_published": true } }
ID of voice to return
Show child attributes
Was this page helpful?