Authorization: Bearer ********************
{
"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"
}
curl --location --request POST 'https://yunwu.ai/fal-ai/veo3/image-to-video' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"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"
}'
{}