Stream Text
Real-time speech to text conversion with streaming output for live processing applications.
Key Features:
- Real-time transcription
- Progressive text output
- Live audio processing
- Streaming partial results
Use Cases:
- Live transcription services
- Real-time voice assistants
- Meeting transcription
- Voice note processing
Note: Example requests/responses shown here are illustrative. When using the live “Try it” tool, you may see two responses: an HTTP status preview and the API’s streaming output.
Documentation Index
Fetch the complete documentation index at: https://doc.widebot.sa/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Your API key from account settings
Your bot ID from account settings
Body
Audio file for streaming transcription
Unique session identifier
"streaming-session-1234"
Whether to use default sample rate
true, false "true"
Language of the input audio
"ar-eg"
Language for transcription output
"ar-eg"
Type of processing (Transcript/Translate)
"Transcript"
Format of the output
"Text"
Response
Streaming transcription with progressive results
Server-sent events with transcription progress

