For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Log inSign up
Support
  • Core
    • Overview
    • Authorization
    • Base URL
    • Data formats
    • Paging
    • Error codes
    • Permissions
  • Calling
        • POSTTranscript status callback
      • POSTSend call commands
  • Datasphere
  • Logs
  • Messaging
  • Phone Number Management
  • Platform
  • Resource Management
LogoLogoSignalWire Docs
Log inSign up
Support
CallingCallsWebhooks

Transcript status callback

|View as Markdown|Open in Claude|
Payload
1{
2 "event_type": "calling.transcript.completed",
3 "timestamp": 1777565701.5623918,
4 "project_id": "4d0d6f16-5881-4fcc-92a4-02c51a91954d",
5 "space_id": "451ed9ff-e568-4222-8af9-4f9ab7428d09",
6 "params": {
7 "id": "0ec5a4da-46b9-4d2c-b724-151add8d4d08",
8 "call_id": "2e1e66e5-5d07-413d-9668-55542992eec0",
9 "segment_id": "2e1e66e5-5d07-413d-9668-55542992eec0"
10 }
11}

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.

Was this page helpful?
Previous

Send call commands

Next
Built with

Payload

The payload of this webhook request is an object.
event_typeenumRequired
Whether the transcription completed or failed.
Allowed values:
timestampdoubleRequired
When the event was sent, as a Unix timestamp in seconds.
project_idstringRequiredformat: "uuid"
Your project ID.
space_idstringRequiredformat: "uuid"
Your Space ID.
paramsobjectRequired
The transcript.

Response

200
Webhook received