Skip to main content
GET
https://api.destined.ai
/
v1
/
speakers
/
{speaker_id}
curl "https://api.destined.ai/v1/speakers/abc123-def456" \
  -H "Authorization: Bearer YOUR_API_KEY"
{
  "id": "abc123-def456",
  "gender": "Female",
  "region": "Georgia",
  "accent": "Southern",
  "age_range": "25-34",
  "native_language": "English",
  "sample_audio_url": "https://destined-voice.s3.amazonaws.com/samples/abc123.wav"
}

Path Parameters

speaker_id
string
required
The unique speaker ID

Response

id
string
required
Unique speaker identifier
gender
string
required
Speaker gender
region
string
required
Geographic region
accent
string
Accent type
age_range
string
Age bracket
native_language
string
Native language
sample_audio_url
string
URL to sample audio
curl "https://api.destined.ai/v1/speakers/abc123-def456" \
  -H "Authorization: Bearer YOUR_API_KEY"
{
  "id": "abc123-def456",
  "gender": "Female",
  "region": "Georgia",
  "accent": "Southern",
  "age_range": "25-34",
  "native_language": "English",
  "sample_audio_url": "https://destined-voice.s3.amazonaws.com/samples/abc123.wav"
}