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