curl -X POST "https://api.destined.ai/v1/tts/batch" \ -H "Authorization: Bearer YOUR_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "items": [ {"speaker_id": "speaker-1", "text": "First sentence."}, {"speaker_id": "speaker-2", "text": "Second sentence."}, {"speaker_id": "speaker-3", "text": "Third sentence."} ] }'
{ "job_id": "job_abc123xyz", "status": "pending", "total_items": 3, "created_at": "2024-01-15T10:30:00Z" }
Generate speech for multiple texts asynchronously
Documentation IndexFetch the complete documentation index at: https://docs.destined.ai/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.destined.ai/llms.txt
Use this file to discover all available pages before exploring further.
Show Item properties
pending