GET

/v1/schemas/fal/video/fal-ai%2Fcreatify%2Faurora

kind inputactivity videohash 167383c7extracted Jul 6, 2026version currentsource upstream spec ↗

Request body

6 properties · 2 required · 0 $defs
propertytypedescriptionconstraints
image_url*stringThe URL of the image file to be used for video generation.
audio_url*stringThe URL of the audio file to be used for video generation.
promptstringA text prompt to guide the video generation process.nullable
audio_guidance_scalenumberGuidance scale to be used for audio adherence.0 ≤ n ≤ 5 · nullable
guidance_scalenumberGuidance scale to be used for text prompt adherence.0 ≤ n ≤ 5 · nullable
resolutionenumThe resolution of the generated video.480p | 720p · default: "720p"

Validate a payload

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