Saltar al contenido principal
GET
cURL

Autorizaciones

Authorization
string
header
requerido

Bearer authentication header of the form Bearer <api_key>, where <api_key> is your API Key. The token in the sample code is referring to this api_key as well.

Parámetros de ruta

task_id
string
requerido

Respuesta

Job Status

status
enum<string>
requerido

Current job status

Opciones disponibles:
queuing,
preprocessing,
transcribing,
translating,
dubbing,
rendering,
done,
failed
err_code
string

Error code (present when status is failed)

err_message
string

Error message (present when status is failed)

result
object

Result URLs when available

Última modificación el 9 de febrero de 2026