Skip to main content
WEBHOOK

Body

application/json
transcriptionId
string

Unique identifier for the transcription session.

callId
string

Identifier of the call that was transcribed.

tenantId
integer

Your VOXO tenant/account identifier.

peerName
string

Internal peer name of the primary channel.

direction
string | null

Call direction, for example inbound or outbound.

tag
string | null

Optional tag associated with the call.

start
string<date-time> | null

ISO 8601 timestamp when the transcription session started.

end
string<date-time>

ISO 8601 timestamp when the transcription session ended.

durationSec
integer | null

Duration of the transcription session in seconds.

participants
object[]

The channels that were transcribed in this session.

transcript
object[]

Ordered transcript segments captured during the call. Only finalized turns are included — interim (partial) speech results are excluded, so each completed turn appears once.

insights
object

AI-generated analysis of the transcript (Deepgram Text Intelligence). Empty object ({}) when no analysis was produced.

Response

200

200 OK