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.
Overview
This guide shows you how to connect to the Fireflies.ai Realtime API and start receiving transcription events in real time.Endpoint
Requirements
You’ll need the following:- A valid API token
- A
transcriptId(or meeting ID)
Connecting via Socket.IO
Use the Socket.IO client to connect and listen for events.Auth Parameters
| Field | Type | Description |
|---|---|---|
token | string | Your API access token |
transcriptId | string | ID of the meeting or transcript |
auth.failed event and disconnects the socket.
See Authorization
Additional Resources
Overview
Overview of Realtime API
Active Meetings
Query meetings currently in progress
Authorization
Authenticating your requests with the Fireflies API