Appearance
获取视频
GET
/custom_video/fetch/{id}
目前仅支持 veo-2
状态:
SUBMITTED 已提交
QUEUED 队列中
IN_PROGRESS 生成中
SUCCESS 成功
FAILURE 失败
Authorizations
bearer
TypeHTTP (bearer)
Parameters
Path Parameters
id*
Typestring
RequiredResponses
application/json
JSON
{
"id": "string",
"model": "string",
"status": "string",
"error": "string",
"output": "string"
}