AIAI.comAIAI.com
AI Model APIVideosSora format

Get video content

Retrieve the content of the video file for the completed video task.

This API proxies the return of the video file stream.

GET
/v1/videos/{task_id}/content

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://api.aiai.com/v1/videos/string/content"
"string"
{
  "error": {
    "message": "string",
    "type": "string",
    "param": "string",
    "code": "string"
  }
}