GET
/v1/schemas/fal/video/cassetteai%2Fvideo-sound-effects-generator?kind=output
Accept:
Response body
1 properties · 1 required · 1 $defs| property | type | description | constraints |
|---|---|---|---|
| video* | File | The final video with the newly generated SFX track. |
Validate a payload
before you spend tokensshell
$ curl -X POST https://modelschemas.com/v1/validate \
-d '{"provider":"fal","endpointId":"cassetteai/video-sound-effects-generator","payload":{…}}'
→ {"valid": false, "errors": [{"path": "#", "keyword": "required", …}]}