TranscriptReadyNotification: {
    status: TranscriptReadyStatus;
    transcript_id: string;
}

The notification when the transcript status is completed or error.

Type declaration

  • status: TranscriptReadyStatus

    The status of the transcript. Either completed or error.

  • transcript_id: string

    The ID of the transcript

{
"transcript_id": "9ea68fd3-f953-42c1-9742-976c447fb463",
"status": "completed"
}