The webhook object is the JSON object that is sent to the webhook URL when a job is finished.

The object contains the segments of the diarization, speaker identification, or voiceprint job.

If the job is a diarization or identification, the object will contain an array of segments of the audio file with the speaker ID and the start and end time of the segment.

jobId
string

Job ID to track the progress of the diarization

status
string

Status of the job

output
object

Output of the job, returns either an object called diarization, identification or voiceprint. Which object is returned depends on the job type.