Veo3-Fast(Get task result)
Request Code Samples
curl --location --request GET 'https://api.302.ai/302/submit/veo3-fast?request_id=' \
--header 'Authorization: Bearer '
Responses
application/json {
    "completed_at": 1750848608105,
    "created_at": 1750848443336,
    "id": "veo3-fast:86bd79a5-2dbe-4370-9708-e0718445dfe0",
    "max_retries": 3,
    "req": {
        "enable_upsample": true,
        "enhance_prompt": true,
        "images": [],
        "model": "veo3-fast",
        "prompt": "Hello!"
    },
    "retry_count": 0,
    "running": false,
    "status": "completed",
    "status_update_time": 1750848608105,
    "upsample_generation_id": "964a2256cde847c3d2e265cacd3e991a",
    "upsample_status": "MEDIA_GENERATION_STATUS_SUCCESSFUL",
    "upsample_video_url": "https://file.302.ai/gpt/imgs/5ea6659b1b11a839f193f0b270ddea4e.mp4",
    "video_generation_id": "623b84109e349d440115335b3abe7016",
    "video_generation_status": "MEDIA_GENERATION_STATUS_SUCCESSFUL",
    "video_media_id": "CAUSJGMyY2NmYWM5LWQ5NTItNGU1Yi05MDg0LTVjZDg0ZTRhNDhkMxokOTE0YzY5MWYtYTFhNS00MTZkLWIyZjgtYzEyZWRkMzM4OThmIgNDQUUqJDU3YzkwYTg0LWE1NWYtNDBhZC1hOTNhLTYwNWI4NzBlNWQyZA",
    "video_url": "https://file.302.ai/gpt/imgs/b834a4fb38e7f65421eb95abc0411ca5.mp4"
}
Modified at 2025-06-27 02:27:04