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
The response is of type object.
object
Was this page helpful?