Bridge two phone numbers (from_number ↔ destination)
Calls
Bridge two phone numbers (from_number ↔ destination)
Bridges two phone numbers into one call — your from_number and the destination. Because it rings two phones, it uses TWO concurrent channels. For 1-channel calls, use POST /v1/calls (AI outbound — the agent joins over the network) or the WebRTC token flow (a human joins in the browser). Returns immediately with call_id; poll GET /v1/calls/ or subscribe to webhooks for status. Demo keys must target an allowlisted destination.
POST
Bridge two phone numbers (from_number ↔ destination)
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Headers
UUID — when present, deduplicates repeat submissions. See /api-reference/idempotency.
Body
application/json
Response
Success