/fal-ai/veo3/image-to-video
Official Documentation: https://fal.ai/models/fal-ai/veo3/image-to-video
Endpoint
POST http://v98store.com/fal-ai/veo3/image-to-video cURL Command
curl -X POST 'http://v98store.com/fal-ai/veo3/image-to-video' \ -H 'Content-Type: application/json' \ -H 'Authorization: Bearer YOUR_TOKEN' \ -d '{ "prompt": "A woman looks into the camera, breathes in, then exclaims energetically, \"have you guys checked out Veo3 Image-to-Video on Fal? It's incredible!\"", "image_url": "https://storage.googleapis.com/falserverless/example_inputs/veo3-i2v-input.png", "aspect_ratio": "auto", "duration": "8s", "generate_audio": true, "resolution": "720p" }' Request Body
Example
{
"prompt": "A woman looks into the camera, breathes in, then exclaims energetically, \"have you guys checked out Veo3 Image-to-Video on Fal? It's incredible!\"",
"image_url": "https://storage.googleapis.com/falserverless/example_inputs/veo3-i2v-input.png",
"aspect_ratio": "auto",
"duration": "8s",
"generate_audio": true,
"resolution": "720p"
} Responses
200 -
Example
{
"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
}