| Status | Description |
|---|---|
pending | Video is still being generated |
done | Video is ready |
expired | Request has expired |
failed | Video generation failed |
curl --location 'https://poloai.top/v1/videos/task_xxx' \
--header 'Accept: application/json' \
--header 'Authorization: sk-' \
--header 'Content-Type: application/json'{
"status": "done",
"video": {
"url": "https://vidgen.x.ai/.../video.mp4",
"duration": 8,
"respect_moderation": true
},
"model": "grok-imagine-video"
}