AIモデルAPIVideos
ビデオ生成タスクの作成
ビデオ生成タスクを送信します。テキストからビデオ、画像からビデオの生成をサポートしています。
タスクIDを返します。GET APIを介してタスクの状態を照会できます。
Authorization
BearerAuth AuthorizationBearer <token>
使用 Bearer Token 认证。
格式: Authorization: Bearer sk-xxxxxx
In: header
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
curl -X POST "https://loading/v1/video/generations" \ -H "Content-Type: application/json" \ -d '{}'{
"task_id": "abcd1234efgh",
"status": "queued"
}{
"error": {
"message": "string",
"type": "string",
"param": "string",
"code": "string"
}
}このガイドはいかがですか?
最終更新