Skip to main content
POST
Create Bridge

Create Bridge

Create a new telephony bridge for call routing. Bridges are the core routing entities that link telephony providers and phone numbers to your Voice AI agents.
Prerequisites: Make sure you have your API Token and Org-Handle ready. See Authentication for details.

Headers

You can get the Org-Handle by hitting the Get All Organizations API. The domain_handle field in the response is your Org-Handle.

Request Body

Response Fields

Bridge Object Fields


Common Error Codes

Code Examples

Best Practices

  1. Slug Naming: Use descriptive, lowercase slugs (e.g., sales-outbound-us) to easily identify bridges
  2. Unique Slugs: Ensure slugs are unique across your organization to avoid conflicts
  3. Post-Creation: After creating a bridge, use Connect Provider to Bridge to link a telephony provider
  4. Bridge ID: Store the returned id and slug for subsequent bridge management operations
  5. Error Handling: Handle 409 Conflict responses for duplicate slugs
  6. Security: Keep API tokens secure and rotate them regularly

Authorizations

Authorization
string
header
required

Format: Token

Headers

Org-Handle
string
required

Organization domain handle

Example:

"unpod.tv"

Body

application/json
name
string
required
Example:

"Sales Bridge"

slug
string
required
Example:

"sales-bridge-001"

Response

Bridge created