GET
/v1/schemas/fal/audio/fal-ai%2Fpersonaplex?kind=output
Accept:
Response body
4 properties · 4 required · 1 $defs| property | type | description | constraints |
|---|---|---|---|
| duration* | number | Duration of the generated audio in seconds. | |
| text* | string | Transcribed text of the AI's response. | |
| audio* | File | The generated AI response audio (WAV, 24kHz). | |
| seed* | integer | The seed used for generation. |
Validate a payload
before you spend tokensshell
$ curl -X POST https://modelschemas.com/v1/validate \
-d '{"provider":"fal","endpointId":"fal-ai/personaplex","payload":{…}}'
→ {"valid": false, "errors": [{"path": "#", "keyword": "required", …}]}