Skip to main content
WEBHOOK
live.transcript.updated
{
  "type": "live.transcript.updated",
  "timestamp": "2025-03-25T14:01:42.000Z",
  "data": {
    "id": 310053,
    "eventId": 310826,
    "companyId": 20041,
    "date": "2025-03-25T14:00:00.000Z",
    "state": "live",
    "transcript": "https://files.quartr.com/streams/abc.jsonl",
    "wentLiveAt": "2025-03-25T13:57:03.000Z",
    "createdAt": "2025-01-29T10:45:07.000Z",
    "updatedAt": "2025-03-25T14:01:42.000Z"
  },
  "previousAttributes": {
    "transcript": null,
    "updatedAt": "2025-03-25T13:57:03.000Z"
  }
}

Headers

Webhook-Id
string
required

A unique message identifier for the webhook.

Webhook-Timestamp
string
required

The time the message was generated (Unix timestamp in seconds).

Webhook-Signature
string
required

A cryptographic signature that allows you to verify the integrity and authenticity of the payload.

Body

application/json
type
string
required

The type of event.

Allowed value: "live.transcript.updated"
timestamp
string<date-time>
required

The time the event was triggered.

data
object
required

On update, contains the updated details.

previousAttributes
object
required

Only the properties that changed.

Response

200

Webhook received successfully

I