English
cURL
curl --request GET \ --url https://geekai.dev/api/v1/video/{task_id}/result \ --header 'Authorization: Bearer <token>'
{ "model": "cogvideox-flash", "task_id": "bigmodel-video-123456789", "task_status": "success", "progress": 85, "video_result": { "url": "<string>", "cover_image_url": "<string>", "duration": 123, "size": 123, "format": "mp4", "resolution": "1920x1080", "fps": 30, "created_at": "2023-11-07T05:31:56Z" }, "error": { "code": "<string>", "message": "<string>", "details": {} } }
Get the video generation task result based on the task ID.
task_status
video_result
curl --location --request GET 'https://geekai.dev/api/v1/video/bigmodel-video-xxxxx/result' \ --header 'Authorization: Bearer {YOUR_GEEKAI_API_KEY}'
token
task ID
successful response
The response is of type object.
object