Skip to main content
POST
/
v1
/
fireflies_share_meeting
fireflies_share_meeting
curl --request POST \
  --url https://api.fetchbean.com/v1/fireflies_share_meeting \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "transcript_id": "<string>",
  "emails": [
    "<string>"
  ],
  "expiry_days": 2
}
'
{}

Authorizations

Authorization
string
header
required

Your fetchbean API key (fb_…).

Body

application/json
transcript_id
string
required
emails
string[]
required
Minimum array length: 1
expiry_days
integer
Required range: x >= 1

Response

Success

The response is of type object.