GET

/v1/schemas/fal/image/fal-ai%2Fflux-2-lora-gallery%2Fmultiple-angles

kind inputactivity imagehash 3e68ba3fextracted Jul 6, 2026version currentsource upstream spec ↗

Request body

14 properties · 1 required · 1 $defs
propertytypedescriptionconstraints
image_urls*string[]The URL of the image to adjust camera angle for.
accelerationenumAcceleration level for image generation.none | regular · default: "regular"
lora_scalenumberThe strength of the multiple angles effect.0 ≤ n ≤ 2 · default: 1
num_imagesintegerNumber of images to generate.1 ≤ n ≤ 4 · default: 1
image_sizeImageSize | enumThe size of the generated image. If not provided, the size of the input image will be used.nullable
vertical_anglenumberVertical camera angle in degrees. 0°=eye-level shot, 30°=elevated shot, 60°=high-angle shot (looking down from above).0 ≤ n ≤ 60 · default: 0
zoomnumberCamera zoom/distance. 0=wide shot (far away), 5=medium shot (normal), 10=close-up (very close).0 ≤ n ≤ 10 · default: 5
enable_safety_checkerbooleanWhether to enable the safety checker.default: true
horizontal_anglenumberHorizontal rotation angle around the object in degrees. 0°=front view, 90°=right side, 180°=back view, 270°=left side, 360°=front view again.0 ≤ n ≤ 360 · default: 0
seedintegerRandom seed for reproducibility.nullable
output_formatenumThe format of the output image.png | jpeg | webp · default: "png"
sync_modebooleanIf True, the media will be returned as a data URI.default: false
num_inference_stepsintegerThe number of inference steps to perform.4 ≤ n ≤ 50 · default: 40
guidance_scalenumberThe CFG (Classifier Free Guidance) scale.0 ≤ n ≤ 20 · default: 2.5

Validate a payload

before you spend tokens
shell
$ curl -X POST https://modelschemas.com/v1/validate \
    -d '{"provider":"fal","endpointId":"fal-ai/flux-2-lora-gallery/multiple-angles","payload":{…}}'
→ {"valid": false, "errors": [{"path": "#", "keyword": "required", …}]}