Skip to main content
GET
/
videos
/
{jobId}
/
content
Download generated video content
curl --request GET \
  --url https://openrouter.ai/api/v1/videos/{jobId}/content \
  --header 'Authorization: Bearer <token>'
"<binary video data>"

Authorizations

Authorization
string
header
required

API key as bearer token in Authorization header

Path Parameters

jobId
string
required
Minimum string length: 1
Example:

"job-abc123"

Query Parameters

index
integer | null
default:0
Required range: x >= 0
Example:

0

Response

Video content stream. The body is the raw video bytes proxied from the upstream provider, and the Content-Type reflects the provider media type (video/mp4).

The response is of type file.