Routes the request to the best STT provider for your (language, vertical, optimizeFor) intent, with automatic failover to runner-up providers. Body is binary audio. Routing intent goes in the x-speko-intent header (JSON).
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
JSON-encoded RoutingIntent. Example: {"language":"en-US","vertical":"general"}.
Optional JSON-encoded PipelineConstraints. Example: {"allowedProviders":{"stt":["deepgram"]}}.
Audio MIME type, e.g. audio/wav, audio/mpeg, audio/pcm;rate=16000.
Binary audio. WAV, MP3, or raw PCM accepted.
The body is of type file.