GET
/v1/schemas/fal/audio/fal-ai%2Fmaya%2Fstream?kind=output
Accept:
Response body
0 properties · 0 required · 0 $defsThis schema isn’t a plain object with properties — showing the raw JSON instead.
application/json
{
"provider": "fal",
"activity": "audio",
"endpointId": "fal-ai/maya/stream",
"kind": "output",
"contentHash": "44136fa355b3678a1146ad16f7e8649e94fb4fc21fe77e8310c060f61caaff8a",
"specRevision": null,
"provenance": {
"sourceUrl": "https://api.fal.ai/v1/models?expand=openapi-3.0#fal-ai/maya/stream",
"sourceHash": "99d58f4ab7f0e8dbe23b79f06416848fd68b337583333c786597f14bbe9fcb58",
"fetchedAt": 1783331098,
"extractorVersion": "1"
},
"createdAt": 1783331098,
"supersededAt": null,
"schema": {}
}Validate a payload
before you spend tokensshell
$ curl -X POST https://modelschemas.com/v1/validate \
-d '{"provider":"fal","endpointId":"fal-ai/maya/stream","payload":{…}}'
→ {"valid": false, "errors": [{"path": "#", "keyword": "required", …}]}