GET
/v1/schemas/fal/audio/fal-ai%2Fpersonaplex%2Frealtime?kind=output
Accept:
Response body
2 properties · 1 required · 0 $defs| property | type | description | constraints |
|---|---|---|---|
| audio* | string | Generated audio chunk (PCM s16le, 24kHz mono). Base64-encoded in JSON transport. | format: binary |
| text | string | Generated text tokens for this chunk. | default: "" |
Validate a payload
before you spend tokensshell
$ curl -X POST https://modelschemas.com/v1/validate \
-d '{"provider":"fal","endpointId":"fal-ai/personaplex/realtime","payload":{…}}'
→ {"valid": false, "errors": [{"path": "#", "keyword": "required", …}]}