GET

/v1/schemas/fal/image/fal-ai%2Fflux-2-pro%2Foutpaint

kind inputactivity imagehash e10be935extracted Jul 16, 2026version currentsource upstream spec ↗

Request body

10 properties · 1 required · 0 $defs
propertytypedescriptionconstraints
image_url*stringThe image URL to expand using outpainting.
modeenumQuality/speed trade-off for outpainting. `high` (default) delivers the highest-fidelity results; `fast` is significantly faster and extends most scenes well but may produce lower fidelity.high | fast · default: "high"
expand_bottomintegerPixels to expand at the bottom of the image.0 ≤ n ≤ 2048 · default: 0
auto_cropbooleanWhether to automatically crop the reference image when the expanded canvas does not fully contain it.default: false
expand_rightintegerPixels to expand on the right of the image.0 ≤ n ≤ 2048 · default: 0
enable_safety_checkerbooleanWhether to enable the safety checker.default: true
sync_modebooleanIf `True`, the media will be returned as a data URI and the output data won't be available in the request history.default: false
expand_leftintegerPixels to expand on the left of the image.0 ≤ n ≤ 2048 · default: 0
expand_topintegerPixels to expand at the top of the image.0 ≤ n ≤ 2048 · default: 0
output_formatenumThe format of the generated image.jpeg | png · default: "jpeg"

Validate a payload

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