Text to speech

Get a queued speech synthesis job

GET
/api/v1/tts/jobs/{job_id}

Authorization

Authorization
Required
Bearer <token>

In: header

Path Parameters

job_id
Required
Job Id

curl -X GET "https://api.orbitalsai.com/api/v1/tts/jobs/0" \
  -H "Authorization: Bearer <token>"

Successful Response

{
  "audio_url": "string",
  "characters": 0,
  "cost": 0,
  "created_at": "2019-08-24T14:15:22Z",
  "error": "string",
  "generation_id": 0,
  "language": "Afrikaans",
  "model_name": "Perigee-1-tts",
  "processing_time": 0,
  "status": "pending",
  "text": "string"
}