Documentation Index
Fetch the complete documentation index at: https://docs.bland.ai/llms.txt
Use this file to discover all available pages before exploring further.
Your API key for authentication.
Query Parameters
Optional. If provided, includes per-number credentials (redacted) in the response.
Response
Bland’s SIP server hostname for your region (e.g., us1.sip.bland.ai).
SIP signaling port (e.g., 5061).
Human-readable setup instructions for configuring your PBX.
Per-number registration credentials (only if phone_number is provided and registration auth is configured). Sensitive values are redacted.
curl -X GET https://api.bland.ai/v1/sip/outbound-setup \
-H "Authorization: Bearer <token>"
{
"data": {
"sip_server": "us1.sip.bland.ai",
"port": 5061,
"instructions": "Configure your PBX to send SIP INVITE requests to us1.sip.bland.ai:5061 over TLS. Whitelist the IP addresses from /v1/sip/firewall-ips."
},
"errors": null
}
Docs for agents: llms.txt