GET
/v1/schemas/fal/video/fal-ai%2Fcreatify%2Faurora
Accept:
Request body
6 properties · 2 required · 0 $defs| property | type | description | constraints |
|---|---|---|---|
| image_url* | string | The URL of the image file to be used for video generation. | |
| audio_url* | string | The URL of the audio file to be used for video generation. | |
| prompt | string | A text prompt to guide the video generation process. | nullable |
| audio_guidance_scale | number | Guidance scale to be used for audio adherence. | 0 ≤ n ≤ 5 · nullable |
| guidance_scale | number | Guidance scale to be used for text prompt adherence. | 0 ≤ n ≤ 5 · nullable |
| resolution | enum | The resolution of the generated video. | 480p | 720p · default: "720p" |
Validate a payload
before you spend tokensshell
$ curl -X POST https://modelschemas.com/v1/validate \
-d '{"provider":"fal","endpointId":"fal-ai/creatify/aurora","payload":{…}}'
→ {"valid": false, "errors": [{"path": "#", "keyword": "required", …}]}