GET
/
v1
/
video_generation
/
{task_id}
curl --request GET \
  --url http://api.vozo.ai/v1/video_generation/{task_id} \
  --header 'Authorization: Bearer <token>'
{
  "status": "<string>",
  "video_url": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

task_id
string
required

Response

200
application/json

Job Status

The response is of type object.