Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
curl "https://api.destined.ai/v1/speakers/abc123-def456" \ -H "Authorization: Bearer YOUR_API_KEY"
const speaker = await client.speakers.getSpeakerV1SpeakersSpeakerIdGet({ speakerId: "abc123-def456", });
{ "id": "abc123-def456", "gender": "Female", "region": "Georgia", "accent": "Southern", "age_range": "25-34", "native_language": "English", "sample_audio_url": "https://voice.s3.amazonaws.com/samples/abc123.wav" }
{ "detail": "Speaker not found" }
Get details for a specific speaker