简体中文
cURL
curl --request GET \ --url https://api.vozo.ai/v1/video_generation/{task_id} \ --header 'Authorization: Bearer <token>'
{ "status": "pending", "video_url": "<string>" }
Query 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: pending, processing, done, failed
pending
processing
done
failed
When job is finished, the output video could be download using this URL.
此页面对您有帮助吗?