跳转到主要内容
GET
/
v1
/
videos
/
{video_id}
/
content
OpenAI video content
curl --request GET \
  --url http://sandbox.mintlify.com/v1/videos/{video_id}/content \
  --header 'Authorization: Bearer <token>'
"<string>"
用于在视频任务完成后读取最终视频内容或下载流。
  • 使用 Authorization: Bearer {API_KEY} 鉴权
  • 路径参数仍是 video_id
  • 只有在状态接口确认任务完成后,才应该调用这个接口
  • 如果前端直接下载大文件,建议由服务端做鉴权代理或临时签名转发

授权

Authorization
string
header
必填

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

路径参数

video_id
string
必填

Video ID

示例:

"video_123456789"

响应

Successful video content response

The response is of type file.