GET
/v1/schemas/fal/video/fal-ai%2Fkling-video%2Fv1%2Fpro%2Fai-avatar?kind=output
Accept:
Response body
2 properties · 2 required · 1 $defs| property | type | description | constraints |
|---|---|---|---|
| duration* | number | Duration of the output video in seconds. | |
| video* | File | The generated video |
Validate a payload
before you spend tokensshell
$ curl -X POST https://modelschemas.com/v1/validate \
-d '{"provider":"fal","endpointId":"fal-ai/kling-video/v1/pro/ai-avatar","payload":{…}}'
→ {"valid": false, "errors": [{"path": "#", "keyword": "required", …}]}