/fal-ai/veo3/fast/image-to-video
official文档址: https://fal.ai/models/fal-ai/veo3/fast/image-to-video
Endpoint
POST http://v98store.com/fal-ai/veo3/fast/image-to-video cURL Command
curl -X POST 'http://v98store.com/fal-ai/veo3/fast/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": "16:9", "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": "16:9",
"duration": "8s",
"generate_audio": true,
"resolution": "720p"
} Responses
200 -
Example
{
"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
}