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

Authorizations

Authorization
string
header
required

Your fetchbean API key (fb_…).

Body

application/json
transcript_id
string
required
title
string
required

Response

Success

The response is of type object.