Realtime API
Getting Started
Learn how to connect to Fireflies.ai’s Realtime API for live transcription
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 |
If authentication fails, the server emits an auth.failed
event and disconnects the socket.
See Authorization