Overview
Unpod provides two ways to interact with the platform:| Method | Description | Best For |
|---|---|---|
| Dashboard | Visual interface at unpod.dev | Manual setup, configuration, monitoring |
| REST API | Programmatic access | Automation, integrations, custom workflows |
Understand Core Components
Unpod has 4 core building blocks:| Component | Purpose |
|---|---|
| Numbers | Virtual phone numbers (entry points for calls) |
| Providers | SIP trunking services (LiveKit, Vapi, Twilio) |
| Bridges | Routing hubs that connect Numbers, Providers & Agents |
| Agents | AI voice agents that handle conversations |
API Setup
Base URL
Authentication
Include this header in all requests:Required Headers
| Header | Required | Description |
|---|---|---|
| Authorization | Yes | Token <your-api-token> |
| Org-Handle | Sometimes | Organization domain handle |
| Product-ID | Sometimes | Product identifier |
| Content-Type | For POST/PATCH | application/json |
Quick API Examples
List All Bridges
Create a Bridge
Get Call Logs
Get Providers
Next Steps
- Authentication — Learn about authentication methods
- Bridges API — Full bridges documentation
- Numbers API — Manage phone numbers
- Provider Configurations — Configure providers