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 transcriptionOccurs whenever an audio transcription succeeds.
audio_transcription.failed
Occurs whenever an audio transcription fails.
note_generation.succeeded
data is a noteOccurs whenever a note generation succeeds.
note_generation.failed
Occurs whenever a note generation fails.
coding.succeeded
data is a coding resultOccurs whenever a coding operation succeeds.
coding.failed
Occurs whenever a coding operation fails.