Skip to main content
POST
/
v1
/
fireflies_create_soundbite
fireflies_create_soundbite
curl --request POST \
  --url https://api.fetchbean.com/v1/fireflies_create_soundbite \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "transcript_id": "<string>",
  "start_time": 123,
  "end_time": 123,
  "name": "<string>",
  "media_type": "<string>",
  "summary": "<string>",
  "privacies": [
    "<string>"
  ]
}
'
{}

Authorizations

Authorization
string
header
required

Your fetchbean API key (fb_…).

Body

application/json
transcript_id
string
required
start_time
number
required
end_time
number
required
name
string
media_type
string
summary
string
privacies
string[]

Response

Success

The response is of type object.