GET

/v1/schemas/fal/image/fal-ai%2Femu-3.5-image%2Ftext-to-image

kind inputactivity imagehash 07232961extracted Jul 6, 2026version currentsource upstream spec ↗

Request body

7 properties · 1 required · 0 $defs
propertytypedescriptionconstraints
prompt*stringThe prompt to create the image.
sync_modebooleanWhether to return the image in sync mode.default: false
output_formatenumThe format of the output image.jpeg | png | webp · default: "png"
seedintegerThe seed for the inference.nullable
resolutionenumThe resolution of the output image.480p | 720p · default: "720p"
aspect_ratioenumThe aspect ratio of the output image.21:9 | 16:9 | 4:3 | 3:2 | 1:1 | 2:3 · +3 more · default: "1:1"
enable_safety_checkerbooleanWhether to enable the safety checker.default: true

Validate a payload

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