Skip to main content
GET
/
v1
/
videos
/
{video_id}
Get Video Generation
curl --request GET \
  --url https://api.deepinfra.com/v1/videos/{video_id} \
  --header 'Authorization: Bearer <token>'
{
  "id": "<string>",
  "created_at": 123,
  "status": "<string>",
  "model": "<string>",
  "object": "video.generation.job",
  "data": [
    {}
  ],
  "error": "<string>"
}

Authorizations

Authorization
string
header
required

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

Headers

xi-api-key
string | null
x-api-key
string | null

Path Parameters

video_id
string
required

Response

Successful Response

id
string
required
created_at
integer
required
status
string
required
model
string
required
object
string
default:video.generation.job
data
Data · object[] | null
error
string | null