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

Authorizations

Authorization
string
header
required

Your fetchbean API key (fb_…).

Body

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

Response

Success

The response is of type object.