videos

Video Content

Video content endpoint for downloading video content.

Follows the OpenAI Videos API spec: https://platform.openai.com/docs/api-reference/videos

Example:

curl -X GET "http://localhost:4000/v1/videos/{video_id}/content"         -H "Authorization: Bearer sk-1234"         --output video.mp4
get/videos/{video_id}/content

Path parameters

video_idstring required

Response

Successful Response