GET

/v1/schemas/fal/video/fal-ai%2Fdavinci-magihuman

kind inputactivity videohash 40b2b399extracted Jul 6, 2026version currentsource upstream spec ↗

Request body

9 properties · 2 required · 0 $defs
propertytypedescriptionconstraints
image_url*stringURL of the reference image for image-to-video generation.
prompt*stringText prompt describing the desired video content.length ≥ 1
enable_safety_checkerbooleanIf enabled, runs safety checks on the prompt and input image.default: true
durationintegerDuration of the generated video in seconds.1 ≤ n ≤ 30 · default: 5
num_inference_stepsintegerNumber of denoising steps. Defaults to 8 for 256p and 32 for 540p/720p/1080p (base + SR).1 ≤ n ≤ 50 · nullable
audio_urlstringOptional URL of the driving audio for lipsync mode. If omitted, audio is generated from the prompt.nullable
guidance_scalenumberClassifier-free guidance scale.0 ≤ n ≤ 20 · default: 5
resolutionenumOutput resolution. '256p' uses the official base-model 448x256 path. '1080p' uses the official base + 1080p super-resolution pipeline. '540p' and '720p' reuse that sharper 1080p SR path and downsample to the requested output size.256p | 540p | 720p | 1080p · default: "256p"
seedintegerRandom seed for reproducibility.nullable

Validate a payload

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