ModelSell Docs
VideosOpenAI Compatible

下载视频内容

下载已生成的视频内容,适用于提供 content 端点的视频模型。

GET
/v1/videos/{task_id}/content

下载已生成的视频内容,适用于提供 content 端点的视频模型。

Authorization

bearerAuth
AuthorizationBearer <token>

使用 Authorization Bearer API Key 进行鉴权。

In: header

Path Parameters

task_id*string

视频生成任务 ID。

Response Body

video/mp4

application/json

application/json

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