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

Authorizations

Authorization
string
header
required

Your fetchbean API key (fb_…).

Body

application/json
channel_id
string
required
transcript_id
string
transcript_ids
string[]

Response

Success

The response is of type object.