ビデオタスクの状態を取得
Authorization
BearerAuth
AuthorizationBearer <token>
使用 Bearer Token 认证。
格式: Authorization: Bearer sk-xxxxxx
In: header
Path Parameters
task_id*string
Response Body
application/json
curl -X GET "https://docs.newapi.ai/v1/videos/string"{
"id": "string",
"status": "queued",
"progress": 0,
"video_url": "string",
"metadata": {
"duration": 5,
"fps": 30,
"width": 1280,
"height": 720,
"seed": 20231234
},
"error": {
"code": 0,
"message": "string"
}
}このガイドはいかがですか?
最終更新