š New Models Available: grok-4 now live!
ā Explore New Features
curl --location --request GET 'https://api.cometapi.com/veo/v1/api/video/status/veo3:a1b2c3d4-e5f6-7890-abcd-ef1234567890' \
--header 'Authorization: Bearer {{api-key}}' \
--header 'X-Runway-Version: 2024-11-06'
{
"success": true,
"data": {
"taskId": "veo3:a1b2c3d4-e5f6-7890-abcd-ef1234567890",
"status": "processing",
"progress": {
"upstreamStatus": "video_generating",
"videoGenerationStatus": "MEDIA_GENERATION_STATUS_ACTIVE",
"retryCount": 0,
"maxRetries": 3
},
"message": "Video generation in progress, expected to take another 2-5 minutes"
}
}