Skip to main content
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

string
The type of the event.
object
Additional data about the event.

Types of Events

data is an audio transcriptionOccurs whenever an audio transcription succeeds.
Occurs whenever an audio transcription fails.
data is a noteOccurs whenever a note generation succeeds.
Occurs whenever a note generation fails.
data is a coding resultOccurs whenever a coding operation succeeds.
Occurs whenever a coding operation fails.