v77

latestOpenAPI 3.1.0MITraw.githubusercontent.com2026-08-012528701.8 MB
Calls

Transcript status callback

Sent to your status_url when the call's transcription is ready. calling.transcript.completed includes the transcribed text; calling.transcript.failed means the call could not be transcribed.

postWebhooktranscribeStatusCallback

Payload

event_type'calling.transcript.completed' | 'calling.transcript.failed' required

Whether the transcription completed or failed.

timestampnumber required

When the event was sent, as a Unix timestamp in seconds.

project_idstring uuid required

Your project ID.

space_idstring uuid required

Your Space ID.

Example payload

{
  "event_type": "calling.transcript.completed",
  "timestamp": 1777565701.5623918,
  "project_id": "4d0d6f16-5881-4fcc-92a4-02c51a91954d",
  "space_id": "451ed9ff-e568-4222-8af9-4f9ab7428d09",
  "params": {
    "id": "0ec5a4da-46b9-4d2c-b724-151add8d4d08",
    "call_id": "2e1e66e5-5d07-413d-9668-55542992eec0",
    "segment_id": "2e1e66e5-5d07-413d-9668-55542992eec0",
    "text": "A long time ago in a galaxy far, far away, Luke, I am your father. Do or do not, there is no try. May the force be with you. These aren't the droids you're looking for. I find your lack of faith disturbing. The force will be with you always."
  }
}

Response

Webhook received