The Fireflies.ai Realtime API allows your application to receive live transcription events over WebSockets. This enables building interactive features such as live captioning, transcription overlays, and real-time analysis as users speak.Documentation Index
Fetch the complete documentation index at: https://docs.fireflies.ai/llms.txt
Use this file to discover all available pages before exploring further.
How It Works
The Realtime API uses WebSocket connections to deliver transcription data as it’s generated.Flow
- Authenticate: Connect using a valid API token and transcript ID.
- Listen: Once connected, you’ll start receiving transcription events in real time.
- React: Update your UI or process transcription events as they arrive.
Features
- Low Latency: Data is streamed as soon as it’s transcribed.
- Event-Based: Receive structured events for easy handling.
- Token-Based Authentication: Secure connections with scoped access.
- Incremental Transcription: Receive transcript segments progressively.
Additional Resources
Active Meetings
Query meetings currently in progress
Event Schema
Schema for Realtime Events