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.
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