Skip to main content
POST
/
v1
/
fireflies_search_transcripts
fireflies_search_transcripts
curl --request POST \
  --url https://api.fetchbean.com/v1/fireflies_search_transcripts \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "query": "<string>",
  "from_date": "<string>",
  "to_date": "<string>",
  "participants": [
    "<string>"
  ],
  "limit": 25,
  "offset": 1
}
'
{}

Authorizations

Authorization
string
header
required

Your fetchbean API key (fb_…).

Body

application/json
query
string
from_date
string
to_date
string
participants
string[]
limit
integer
Required range: 1 <= x <= 50
offset
integer
Required range: x >= 0

Response

Success

The response is of type object.