Skip to content

创建视频

POST
/custom_video/model/{model}

目前仅支持 veo-2

状态:
SUBMITTED 已提交
QUEUED 队列中
IN_PROGRESS 生成中
SUCCESS 成功
FAILURE 失败

Authorizations

bearer
TypeHTTP (bearer)

Parameters

Path Parameters

model*
Typestring
Required

Request Body

JSON
{
}

Responses

application/json
JSON
{
"id": "string",
"model": "string",
"status": "string"
}

Playground

Authorization
Variables
Key
Value
Body
JSON

Samples