v1

latestOpenAPI 3.0.02026-07-2451715.1 KB
Text-to-Speech

Async Retrieve Job

Retrieve job result. It will return generated audio urls if job is successfully completed.

get/api/v1/tts/{jobId}

Path parameters

jobIdstring required

Job ID from Async TTS

Response

idstring mongoid required

Id of the job returned. This id will be later used to check the progress of the TTS job.

type'tts' | 'simple_tts' | 'dubbing' | 'localization' | 'subtitles' required

Type of the current job. Currently only TTS is supported.

status'in_progress' | 'done' required
progressnumber required
teamstring required
workspacestring
projectstring
createdAtstring date-time required

TTS requested time.

estimatedTimeAtstring date-time

Job estimated timestamp in milliseconds

estimatedTimeMsnumber

Job estimated time in milliseconds

callbackUrlsstring[] required

Callback urls for any async job. This can be empty array.

Example response

{
  "id": "643e383551e2730025c5ae69"
}