Documentation renewed! For old docs, visit doc.newapi.pro
New APINew API
User GuideInstallationAPI ReferenceAI ApplicationsHelp & SupportBusiness Cooperation
AI Model APIVideo generationSora compatible

Get Video Content

Get the video file content of a completed video task.

This interface acts as a proxy to return the video file stream.

GET
/v1/videos/{task_id}/content

Authorization

BearerAuth

AuthorizationBearer <token>

使用 Bearer Token 认证。 格式: Authorization: Bearer sk-xxxxxx

In: header

Path Parameters

task_id*string

视频任务 ID

Response Body

video/mp4

application/json

curl -X GET "https://api.example.com/v1/videos/string/content"
"string"
{
  "error": {
    "message": "string",
    "type": "string",
    "param": "string",
    "code": "string"
  }
}

How is this guide?

Last updated on