cURL
curl --request GET \ --url https://model-api.skyengine.com.cn/v1/videos/{video_id}/content \ --header 'Authorization: Bearer <token>'
"<string>"
下载已完成的视频文件内容
Documentation IndexFetch the complete documentation index at: https://docs-model.skyengine.com.cn/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs-model.skyengine.com.cn/llms.txt
Use this file to discover all available pages before exploring further.
OpenAI API密钥认证。在 Authorization HTTP Header 中包含您的 API-Key,格式为 Bearer {API_KEY}
Authorization
Bearer {API_KEY}
视频ID
"video_123456789"
成功获取视频内容
视频文件的二进制数据