Fireflies Create Soundbite
fireflies_create_soundbiteFull Description
Creates a soundbite (clip) from a meeting transcript. A soundbite is a short audio/video segment extracted from a meeting. The authenticated user must have write access to the meeting. Requires the transcript ID and start/end times (in seconds).
Parameters (3 required, 4 optional)
endTimenumberEnd time of the soundbite in seconds (must be > 0 and > startTime)
startTimenumberStart time of the soundbite in seconds (must be >= 0)
transcriptIdstringThe transcript ID / meeting ID to create the soundbite from
mediaTypestringOptional media type (e.g. "audio", "video")
namestringOptional name/title for the soundbite (max 256 characters)
privaciesarrayOptional privacy settings for the soundbite. Values: "public", "team", "participants"
summarystringOptional summary text for the soundbite (max 500 characters)