LinkexLinkex Docs
API ReferenceGeneratedVideo sora

获取视频内容

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://example.com/v1/videos/video-abc123/content"
"string"