fireflies.api.* operation is listed below with parameter shapes and return types from the plugin Zod schemas.
New to Corsair? See API access, authentication, and error handling.
Ai App
getOutputs
aiApp.getOutputs
Get the outputs of an AI app for a transcript
Risk: read
Output
apps full type
apps full type
Ask Fred
continueThread
askFred.continueThread
Continue an existing AskFred conversation thread
Risk: write
Output
continueAskFredThread full type
continueAskFredThread full type
createThread
askFred.createThread
Create a new AskFred conversation thread
Risk: write
Output
createAskFredThread full type
createAskFredThread full type
deleteThread
askFred.deleteThread
Delete an AskFred conversation thread [DESTRUCTIVE]
Risk: destructive
Output
deleteAskFredThread full type
deleteAskFredThread full type
getThread
askFred.getThread
Get a single AskFred conversation thread by ID
Risk: read
Output
askfred_thread full type
askfred_thread full type
getThreads
askFred.getThreads
Get all AskFred conversation threads for a transcript
Risk: read
Output
askfred_threads full type
askfred_threads full type
Audio
upload
audio.upload
Upload an audio file for transcription
Risk: write
Output
uploadAudio full type
uploadAudio full type
Transcripts
get
transcripts.get
Get a single transcript by ID with full details
Risk: read
Output
transcript full type
transcript full type
getAnalytics
transcripts.getAnalytics
Get analytics data for a transcript
Risk: read
Output
transcript full type
transcript full type
getAudioUrl
transcripts.getAudioUrl
Get the audio URL for a transcript
Risk: read
Output
transcript full type
transcript full type
getSummary
transcripts.getSummary
Get the AI-generated summary for a transcript
Risk: read
Output
transcript full type
transcript full type
getVideoUrl
transcripts.getVideoUrl
Get the video URL for a transcript
Risk: read
Output
transcript full type
transcript full type
list
transcripts.list
List transcripts with optional filters
Risk: read
Output
transcripts full type
transcripts full type
Users
getCurrent
users.getCurrent
Get the current authenticated user
Risk: read
user full type
user full type
list
users.list
List all users in the workspace
Risk: read
users full type
users full type