GET
/v1/schemas/fal/video/fal-ai%2Fkrea-wan-14b%2Ftext-to-video
Accept:
Request body
4 properties · 1 required · 0 $defs| property | type | description | constraints |
|---|---|---|---|
| prompt* | string | Prompt for the video-to-video generation. | |
| enable_prompt_expansion | boolean | Whether to enable prompt expansion. This will use a large language model to expand the prompt with additional details while maintaining the original meaning. | default: false |
| seed | integer | Seed for the video-to-video generation. | nullable |
| num_frames | integer | Number of frames to generate. Must be a multiple of 12 plus 6, for example 6, 18, 30, 42, etc. | 18 ≤ n ≤ 162 · default: 78 |
Validate a payload
before you spend tokensshell
$ curl -X POST https://modelschemas.com/v1/validate \
-d '{"provider":"fal","endpointId":"fal-ai/krea-wan-14b/text-to-video","payload":{…}}'
→ {"valid": false, "errors": [{"path": "#", "keyword": "required", …}]}