Skip to main content
GET
/
v1
/
videos
/
{video_id}
/
content
Download video content
curl --request GET \
  --url http://localhost:8080/v1/videos/{video_id}/content
"<string>"

Path Parameters

video_id
string
required

Video ID in format id:provider (e.g., video_abc123:openai)

Query Parameters

variant
enum<string>

Variant of the video content to download (provider-specific)

Available options:
video,
thumbnail,
spritesheet

Response

Successful response. Returns the video file as binary content.

The response is of type file.