Skip to main content

Event Reference

This page documents the events you may receive from the Fireflies.ai Realtime API WebSocket.

Event List

RealtimeTranscriptionEvent

String
The unique identifier for the transcript / meeting
String
The unique identifier for the transcription segment (chunk). You may use this field to deduplicate transcription events. If the transcription is being updated, it will contain the same chunk_id as the previous event. A new transcription will have a different chunk_id
String
The transcribed text for this segment.
String
The name of the speaker for this segment.
Float
The start time (in seconds)
Float
The end time (in seconds)

Example Payload

Additional Resources

Getting Started

Getting started with Realtime API

Sentence

Schema for Sentence