Jellypod Docs

Get a voice

GET
/v1/voices/{voice_id}

Authorization

bearerAuth
AuthorizationBearer <token>

API key issued from /settings/api-keys in the Jellypod studio. Send as Authorization: Bearer <key>.

In: header

Path Parameters

voice_id*string

Voice ID (positive integer).

Match^[1-9]\d*$

Response Body

application/json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

curl -X GET "https://api.jellypod.com/v1/voices/30142"
{
  "data": {
    "id": 30142,
    "description": "string",
    "language": "en",
    "gender": "male",
    "accent": "string",
    "voice_type": "professional"
  }
}

Was this page helpful?