Text to speechGet a queued speech synthesis jobGET/api/v1/tts/jobs/{job_id}AuthorizationAuthorizationRequiredBearer <token>In: headerPath Parametersjob_idRequiredJob IdcURLJavaScriptGoPythoncurl -X GET "https://api.orbitalsai.com/api/v1/tts/jobs/0" \ -H "Authorization: Bearer <token>"200422Successful ResponseResponse{ "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" }TypeScriptPreviousGenerate speech from a voice reference POSTNextStream multilingual speech POST