Events capture various changes to API resources. By setting up a webhook you can be notified when various events occur. This is particularly useful for listening to asynchronous events such as generating notes or audio transcriptions.

The Event Object

type
string

The type of the event.

data
object

Additional data about the event.

Types of Events

audio_transcription.succeeded

data is an audio transcription

Occurs whenever an audio transcription succeeds.

audio_transcription.failed

Occurs whenever an audio transcription fails.

note_generation.succeeded

data is a note

Occurs whenever a note generation succeeds.

note_generation.failed

Occurs whenever a note generation fails.