Overview
ThecreateLiveSoundbite mutation allows you to create a soundbite during a live meeting through the API. The soundbite is created using natural language processing via Fred, Fireflies’ AI assistant.
Rate Limit: This mutation is rate-limited to 10 requests per hour across all user tiers. If you exceed this limit, you will receive a
too_many_requests error with a retryAfter timestamp indicating when you can make requests again.AI Credits: This mutation requires AI credits to be available on the user’s account.Arguments
Input object containing the meeting ID and prompt for the soundbite. See CreateLiveSoundbiteInput for details.
Response
Whether the soundbite was created successfully
Usage Example
To create a live soundbite, provide the meeting ID and a natural language prompt:Error Codes
List of possible error codes that may be returned by thecreateLiveSoundbite 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 soundbites for this meeting. Only the meeting organizer or team admin can create live soundbites.
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 of 10 requests per hour. Wait until the time specified in the retryAfter field before making additional requests.
Additional Resources
Create Bite
Create a soundbite for a completed meeting
Update Meeting State
Pause or resume recording for a live meeting