GET

/v1/schemas/fal/audio/fal-ai%2Fspeech-to-text%2Fstream?kind=output

kind outputactivity audiohash 44136fa3extracted Jul 6, 2026version currentsource upstream spec ↗

Response body

0 properties · 0 required · 0 $defs

This schema isn’t a plain object with properties — showing the raw JSON instead.

application/json
{
  "provider": "fal",
  "activity": "audio",
  "endpointId": "fal-ai/speech-to-text/stream",
  "kind": "output",
  "contentHash": "44136fa355b3678a1146ad16f7e8649e94fb4fc21fe77e8310c060f61caaff8a",
  "specRevision": null,
  "provenance": {
    "sourceUrl": "https://api.fal.ai/v1/models?expand=openapi-3.0#fal-ai/speech-to-text/stream",
    "sourceHash": "c0faf76cb740e5f9b6826066ef70ef1f47fa009fa85c28c35dfefcf9cb3ec134",
    "fetchedAt": 1783331098,
    "extractorVersion": "1"
  },
  "createdAt": 1783331098,
  "supersededAt": null,
  "schema": {}
}

Validate a payload

before you spend tokens
shell
$ curl -X POST https://modelschemas.com/v1/validate \
    -d '{"provider":"fal","endpointId":"fal-ai/speech-to-text/stream","payload":{…}}'
→ {"valid": false, "errors": [{"path": "#", "keyword": "required", …}]}