NodeKeyNodeKey
AI model interfaceVideosSora format

Retrieve Video Content

Retrieve the video file content of completed video tasks.

This interface will proxy and 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://nodekey.xinghanyun.cn/v1/videos/task_xxx/content"
"string"
{
  "error": {
    "message": "string",
    "type": "string",
    "param": "string",
    "code": "string"
  }
}

Last updated on