Inference
Get video_status
This endpoint can be used to fetch the status of a video by passing the project_id
and the inference_id
in query parameters.
GET
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
The inference_id of the video for fetching its video status.
The project_id of the video for fetching its video status.
Response
200 - application/json
It corresponds to the error in video generation(if any). Otherwise this field in response body has a value null
.
This indicates the current generation status of the particular video.
Available options:
PENDING
, PROCESSING
, SUCCEEDED
, FAILED
, LIPSYNC_PENDING
, WEBSITE_SCROLLING_PENDING
, DELETED
, BLOCKED
, UNKNOWN
, REGENERATE_REQUIRED
, WEBHOOK_TRIGGERED
, NEXRENDER_PENDING
, FFMPEG_PENDING
, INFERENCE_POST_PROCESSING
Permalinks are links to the generated videos that do not expire.
These are the links to videos hosted on our landing page.
Cloudfront link to personalized thumbnail (if enabled) else default project thumbnail.
S3 url for the video file.