GET

/v1/schemas/fal/image/fal-ai%2Fbitdance

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

Request body

9 properties · 1 required · 1 $defs
propertytypedescriptionconstraints
prompt*stringText prompt for image generation.
image_sizeImageSize | enumThe size of the generated image. Will be snapped to the nearest supported resolution.default: "square_hd"
seedintegerRandom seed for reproducibility. The same seed and prompt will produce the same image.nullable
output_formatenumThe format of the generated image.jpeg | png · default: "jpeg"
num_inference_stepsintegerNumber of diffusion sampling steps per decoding step. Higher values (e.g. 50) improve quality at the cost of speed.10 ≤ n ≤ 100 · default: 25
enable_safety_checkerbooleanIf set to true, the safety checker will be enabled.default: true
num_imagesintegerNumber of images to generate.1 ≤ n ≤ 4 · default: 1
guidance_scalenumberClassifier-free guidance scale. Higher values follow the prompt more closely.1 ≤ n ≤ 15 · default: 7.5
sync_modebooleanIf true, the media will be returned as a data URI.default: false

Validate a payload

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