GET
/v1/schemas/fal/chat/openrouter%2Frouter%2Fvideo%2Fenterprise?kind=output
Accept:
Response body
2 properties · 2 required · 2 $defs| property | type | description | constraints |
|---|---|---|---|
| usage* | UsageInfo | Token usage information | nullable |
| output* | string | Generated output from video processing |
Validate a payload
before you spend tokensshell
$ curl -X POST https://modelschemas.com/v1/validate \
-d '{"provider":"fal","endpointId":"openrouter/router/video/enterprise","payload":{…}}'
→ {"valid": false, "errors": [{"path": "#", "keyword": "required", …}]}