Voices
Get a voice
Retrieve a single voice by ID.
Authorization
BearerAuth AuthorizationBearer <token>
Jellypod API key. Create and manage keys from the Jellypod dashboard under Settings → API Keys.
In: header
Path Parameters
voice_id*integer
The voice's unique identifier.
Response Body
application/json
application/json
application/json
application/json
curl -X GET "https://api.jellypod.com/v1/voices/0"{
"data": {
"id": 42,
"description": "A warm, authoritative male voice with an American accent",
"language": "en",
"gender": "male",
"accent": "american",
"voice_type": "professional"
}
}{
"error": {
"code": "bad_request",
"message": "string",
"request_id": "string",
"details": [
{
"field": "string",
"message": "string"
}
]
}
}{
"error": {
"code": "bad_request",
"message": "string",
"request_id": "string",
"details": [
{
"field": "string",
"message": "string"
}
]
}
}{
"error": {
"code": "bad_request",
"message": "string",
"request_id": "string",
"details": [
{
"field": "string",
"message": "string"
}
]
}
}Was this page helpful?