AI Model APIVideosSora Format
Get Video Content
Retrieves the video file content for a completed video task.
This interface proxies and returns the video file stream.
Authorization
BearerAuth
AuthorizationBearer <token>
Use Bearer token authentication.
Format: Authorization: Bearer sk-xxxxxx
In: header
Path Parameters
task_id*string
Video Task ID
Response Body
video/mp4
application/json
curl -X GET "https://router.bit-tech.com.cn/v1/videos/string/content""string"{
"error": {
"message": "string",
"type": "string",
"param": "string",
"code": "string"
}
}How is this guide?