Authorization: Bearer ********************
{
"prompt": "string",
"image_url": "string",
"aspect_ratio": "string",
"duration": "string",
"generate_audio": true,
"resolution": "string"
}
curl --location --request POST '/fal-ai/veo3/fast/image-to-video' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"prompt": "string",
"image_url": "string",
"aspect_ratio": "string",
"duration": "string",
"generate_audio": true,
"resolution": "string"
}'
{
"status": "IN_QUEUE",
"request_id": "1b24b3ae-16a2-4d19-b10d-1e323ebff061",
"response_url": "https://queue.fal.run/fal-ai/veo3/requests/1b24b3ae-16a2-4d19-b10d-1e323ebff061",
"status_url": "https://queue.fal.run/fal-ai/veo3/requests/1b24b3ae-16a2-4d19-b10d-1e323ebff061/status",
"cancel_url": "https://queue.fal.run/fal-ai/veo3/requests/1b24b3ae-16a2-4d19-b10d-1e323ebff061/cancel",
"logs": null,
"metrics": {},
"queue_position": 0
}