Skip to main content
POST
/
v1
/
fireflies_soundbites
fireflies_soundbites
curl --request POST \
  --url https://api.fetchbean.com/v1/fireflies_soundbites \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "transcript_id": "<string>",
  "mine": true,
  "my_team": true,
  "limit": 25,
  "offset": 1
}
'
{}

Authorizations

Authorization
string
header
required

Your fetchbean API key (fb_…).

Body

application/json
transcript_id
string
mine
boolean
my_team
boolean
limit
integer
Required range: 1 <= x <= 50
offset
integer
Required range: x >= 0

Response

Success

The response is of type object.