AIAI.comAIAI.com
AI モデル APIVideosSora形式

動画コンテンツの取得

完了した動画タスクの動画ファイルのコンテンツを取得します。

このAPIは、動画ファイルのストリームの返送をプロキシします。

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"
  }
}