cURL
curl --request GET \ --url https://api.vozo.ai/v1/media/translate/{task_id} \ --header 'Authorization: Bearer <token>'
{ "status": "queuing", "err_code": "<string>", "err_message": "<string>", "result": { "video_url": "<string>", "audio_url": "<string>", "subtitle_url": "<string>" } }
Query translate & dub job status
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.
Job Status
Current job status
queuing
preprocessing
transcribing
translating
dubbing
rendering
done
failed
Error code (present when status is failed)
Error message (present when status is failed)
Result URLs when available
显示 子属性
此页面对您有帮助吗?