GET
/
projects
/
{project_id}
/
inference
/
{inference_id}
/
video_status
curl --request GET \
  --url https://api.gan.ai/projects/{project_id}/inference/{inference_id}/video_status \
  --header 'Authorization: Bearer <token>'
{
  "gen_status": "PENDING",
  "video_url": "<string>",
  "permalink": "<string>",
  "thumbnail_url": "<string>",
  "smart_url": "<string>",
  "error": "None"
}

Authorizations

Authorization
string
header
required

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

Path Parameters

inference_id
string
required

The inference_id of the video for fetching its video status.

project_id
string
required

The project_id of the video for fetching its video status.

Response

200
application/json

Successful Response

The response is of type object.