GET
/
voices
/
{id}
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
  }
}

Authorizations

X-API-KEY
string
header
required

Path Parameters

id
integer
required

ID of voice to return

Response

200
application/json
Voice response
msg
string
err
boolean
results
object