
🇨🇳 Chinese

🇨🇳 Chinese
- OpenAI格式
- Anthropic
- Suno(音乐)
- Udio(音乐)
- Midjourney API文档(生图)
- Flux(生图)
- Recraft(生图)
- Ideogram(生图)
- Luma(视频)
- Runway(视频)
- PIKA(视频)
- 可灵API(官方接口)
- Replicate 通用接口
- MiniMax海螺(视频)
查询任务
GET
/v1/query/video_generation
Request
Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.Example:
Authorization: Bearer ********************
Query Params
task_id
string
optional
Example:
119068226419326976
string
optional
Header Params
string
optional
Authorization
string
optional
Default:
{{YOUR_API_KEY}}
Responses
🟢200成功
application/json
Body
status
string
required
file_id
string
required
task_id
string
required
base_resp
object
required
status_msg
string
required
status_code
integer
required
video_width
integer
required
video_height
integer
required
Example
{
"status": "Success",
"file_id": "208872404119737", // 使用文件下载接口
"task_id": "119044601607782400",
"base_resp": {
"status_msg": "success",
"status_code": 0
},
"video_width": 1280,
"video_height": 720
}
Modified at 2024-11-25 17:36:43