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

Authorizations

Authorization
string
header
required

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.

Path Parameters

task_id
string
required

Response

200
application/json

Job Status

The response is of type object.