OpenAI-format video content download
Use when: caller uses openai.videos.downloadContent to fetch the finished video bytes
Drop-in for GET https://api.openai.com/v1/videos/{video_id}/content. Streams the video (video/mp4) by proxying the provider-hosted result with Verlon-held credentials. Provider URLs expire upstream — an expired result returns an invalid_request_error telling the caller to regenerate.
Authorizations
Verlon API key (newly minted keys are prefixed sk-vrln-; legacy verlon_* and layer_* keys from prior prefix migrations continue to validate). Generated from the dashboard under Settings → API Keys, or via verlon key create in the CLI.
Response
The video bytes (video/mp4).

