Skip to main content
GET
/
v1
/
openai
/
videos
/
{video_id}
/
content
Get Video Content
curl --request GET \
  --url https://api.deepinfra.com/v1/openai/videos/{video_id}/content \
  --header 'Authorization: Bearer <token>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<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

Query Parameters

variant
string
default:video

Response

Successful Response