Skip to main content
Every 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
Input Output

Ask Fred

continueThread

askFred.continueThread Continue an existing AskFred conversation thread Risk: write
Input Output

createThread

askFred.createThread Create a new AskFred conversation thread Risk: write
Input Output

deleteThread

askFred.deleteThread Delete an AskFred conversation thread [DESTRUCTIVE] Risk: destructive
Input Output

getThread

askFred.getThread Get a single AskFred conversation thread by ID Risk: read
Input Output

getThreads

askFred.getThreads Get all AskFred conversation threads for a transcript Risk: read
Input Output

Audio

upload

audio.upload Upload an audio file for transcription Risk: write
Input Output

Transcripts

get

transcripts.get Get a single transcript by ID with full details Risk: read
Input Output

getAnalytics

transcripts.getAnalytics Get analytics data for a transcript Risk: read
Input Output

getAudioUrl

transcripts.getAudioUrl Get the audio URL for a transcript Risk: read
Input Output

getSummary

transcripts.getSummary Get the AI-generated summary for a transcript Risk: read
Input Output

getVideoUrl

transcripts.getVideoUrl Get the video URL for a transcript Risk: read
Input Output

list

transcripts.list List transcripts with optional filters Risk: read
Input Output

Users

getCurrent

users.getCurrent Get the current authenticated user Risk: read
Input: empty object Output

list

users.list List all users in the workspace Risk: read
Input: empty object Output