The terms “meeting” and “transcript” are used interchangeably. This means that the identifiers meetingId and transcriptId both refer to the same field within the system. Whether you see “meeting” or “transcript,” you can consider them synonymous, as they both represent the unique identifier for the recorded session and its associated transcript.
How do I get the meetingId/transcriptId for a meeting?
You may get the meetingId/transcriptId by opening the meeting on the dashboard. The meetingId is contained in the url as below
https://app.fireflies.ai/view/<meeting_title>::<meeting_id>
The dashboard refers to meetings while the API refers to transcripts. What is the difference?
Both terms are used interchangeably and refer to the same resource.
How can I get a list of meetingIds/transcriptIds?
You may get a list through meetingIds/transcriptIds by querying the transcripts
query through the Fireflies API (Apollo Server)