简体中文
cURL
curl --request GET \ --url https://geekai.co/api/v1/video/{task_id}/result \ --header 'Authorization: Bearer <token>'
{ "model": "cogvideox-flash", "task_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "task_status": "succeed", "video_result": { "url": "<string>", "cover_image_url": "<string>", "duration": 123, "revised_prompt": "<string>" }, "error": { "code": "<string>", "message": "<string>", "details": {} } }
根据任务ID查询视频生成任务的状态和结果。
async
true
task_status
video_result
JWT认证token
视频生成任务ID
成功响应
The response is of type object.
object