Fireflies.ai
communityAI meeting assistant for automatic transcription, search, and analysis of voice conversations.
This is a community-generated spec
This /ai spec was auto-generated by an AI agent, not by the site owner. It may be incomplete or inaccurate.
POST
https://api.fireflies.ai/graphqlList meeting transcripts
Parameters
query{ transcripts { id title date duration organizer_email participants summary { overview action_items } } } (stringrequiredReturns
transcripts[] with id, title, date, duration, organizer_email, participants, summaryPOST
https://api.fireflies.ai/graphqlGet full transcript
Parameters
query{ transcript(id: "{id}") { id title sentences { text speaker_name start_time end_time } summary { overview action_items keywords } } } (stringrequiredReturns
transcript with sentences[], summary with overview, action_items[], keywords[]POST
https://api.fireflies.ai/graphqlSearch across meetings
Parameters
query{ transcripts(search: "{keyword}") { id title date sentences { text speaker_name } } } (stringrequiredReturns
matching transcripts with highlighted sentences