Burki exposes root-level SIP endpoints used by SIP carriers and the SIP bridge. These endpoints do not use theDocumentation Index
Fetch the complete documentation index at: https://docs.burki.dev/llms.txt
Use this file to discover all available pages before exploring further.
/api/v1 prefix.
52.21.157.171 for both inbound calls to Burki and outbound calls from Burki. The HTTP endpoints above are backend/provider coordination endpoints; customer PBXs should send SIP traffic to the SIP bridge IP, not to /sip-webhook directly.
SIP Webhook
SIP Status
SIP Prewarm
Request
Request
| Field | Type | Required | Description |
|---|---|---|---|
call_sid | string | Yes | Burki/SIP call identifier used for the stream |
from_number | string | No | Caller phone number |
to_number | string | No | Destination or assistant phone number |
outbound | boolean | No | Whether this is an outbound SIP call |
assistant_id | integer | No | Assistant to prepare |
welcome_message | string | No | Optional first assistant message |
agenda | string | No | Optional call agenda/instructions |
variables | object or JSON string | No | Runtime variables for the call |
Response
Response
Error Responses
400
Operational Notes
/sip-webhookand/sip-statusare CSRF-exempt provider endpoints./sip-prewarmis intended for SIP bridge integrations before media streaming.- SIP bridge synchronization uses
SIP_BRIDGE_URLandSIP_BRIDGE_API_KEYon the backend. - The bridge sync API receives org config at
POST {SIP_BRIDGE_URL}/api/sync-organization.