JellypodJellypod
Voices

Get a voice

GET
/voices/{voice_id}

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"
  }
}

Was this page helpful?