Overview
ThecreateLiveActionItem mutation allows you to create an action item during a live meeting through the API. The action item is created using natural language processing via Fred, Fireflies’ AI assistant.
This mutation is rate-limited to 10 requests per hour across all user tiers. It also requires AI credits to be available on the user’s account.
Arguments
Input object containing the meeting ID and prompt for the action item. See CreateLiveActionItemInput for details.
Response
Whether the action item was created successfully
Usage Example
To create a live action item, provide the meeting ID and a natural language prompt:Error Codes
List of possible error codes that may be returned by thecreateLiveActionItem mutation. Full list of error codes can be found here.
object_not_found
object_not_found
The meeting with the specified ID was not found or you do not have access to it.
require_elevated_privilege
require_elevated_privilege
You do not have permission to create action items for this meeting. Only the meeting organizer or team admin can create live action items.
insufficient_ai_credits
insufficient_ai_credits
Your account does not have sufficient AI credits to perform this operation. Please upgrade your plan or purchase additional credits.
too_many_requests
too_many_requests
You have exceeded the rate limit for this mutation. The limit is 10 requests per hour. Please wait before making additional requests.
Additional Resources
Live Action Items
Query live action items for a meeting
Update Meeting State
Pause or resume recording for a live meeting