Create a trunk
Create a new SIP trunk for inbound or outbound calling.
Path parameters
Your account Auth ID
Request body
Trunk name.
Direction of the trunk — inbound or outbound only (a trunk is one direction, not both).
Trunk status — enabled or disabled (note: not active).
SIP domain. Auto-generated as {first8ofUUID}.sip.vobiz.ai if omitted.
Stored on the trunk. The enforced concurrency limit is account-level (account base + channel subscriptions), not this field.
Stored on the trunk. The enforced CPS is account-level, not this field.
Attach an existing SIP credential (username / password / realm) by UUID.
Attach an existing IP access-control list (IP-based auth) by UUID.
Primary origination URI UUID.
Fallback origination URI UUID.
Enable call recording.
Auto-transcribe recordings when recording=true.
Redact PII from transcriptions.
Comma-separated list of entity types to redact.
Customer webhook for call-admission events (CallInitiated / Hangup). Must be a valid public http/https URL. SSRF-validated — localhost, private (RFC1918), and cloud-metadata (169.254.169.254) URLs are rejected with invalid webhook_url. See Trunk Webhooks.
HTTP method for the webhook callback.
Fire a recording.completed webhook to webhook_url after a recording is saved.
Deprecated — use credential_uuid.
Deprecated — use credential_uuid.
Deprecated — use ipacl_uuid.
Example request
{
"webhook_url": "https://example.com/vobiz/webhook"
}Response
Success
Changes
No recorded changes to this endpoint across all 1 revision of this API.