Skip to main content
WEBHOOK
Webhook
{
  "event": "call.analysis.completed",
  "version": "1.0",
  "timestamp": "2026-05-18T09:44:40.971Z",
  "data": {
    "callId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "callAnalysisJobId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "projectId": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.roark.ai/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
event
string
required

Event name

Allowed value: "call.analysis.completed"
Example:

"call.analysis.completed"

version
string
required

Payload schema version

Allowed value: "1.0"
Example:

"1.0"

timestamp
string<date-time>
required

ISO 8601 timestamp when the webhook was generated

Example:

"2026-05-18T09:44:40.971Z"

data
object
required

Response

200

Acknowledged. Any 2xx response is treated as success.