Authorization: Bearer ********************
{
"prompt": "string",
"image_url": "string",
"aspect_ratio": "string",
"duration": "string",
"generate_audio": true,
"resolution": "string"
}
curl --location --request POST '/fal-ai/veo3/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": "bcd3b436-b7af-42f3-8649-204657bfaf10",
"response_url": "https://queue.fal.run/fal-ai/veo3/requests/bcd3b436-b7af-42f3-8649-204657bfaf10",
"status_url": "https://queue.fal.run/fal-ai/veo3/requests/bcd3b436-b7af-42f3-8649-204657bfaf10/status",
"cancel_url": "https://queue.fal.run/fal-ai/veo3/requests/bcd3b436-b7af-42f3-8649-204657bfaf10/cancel",
"logs": null,
"metrics": {},
"queue_position": 0
}