Telecom as Code.
Build global voice capabilities into your own SaaS. Provision seats, rotate caller IDs, and stream raw call data in real-time via Webhooks.
Provision SIP trunks in milliseconds.
Forget about manual carrier portals and emailing account managers. Our fully idempotent REST API allows your software to dynamically spin up new SIP endpoints as your customers scale.
- Automated Credential GenerationReturns securely hashed SIP credentials instantly.
- Event WebhooksListen for `call.completed` or `seat.provisioned` events.
curl -X POST https://api.unlimcall.com/v1/seats \ -H "Authorization: Bearer uc_live_xxxxxxxx" \ -H "Content-Type: application/json" \ -d '{"name": "SDR_Seat_US_East","region": "us-east-1","plan": "unlimited_flat"}'
Enterprise-Grade Primitives
We give you the raw blocks to build out compliant, high-scale voice applications.
Raw CDR Streaming
We retain zero customer data by default. Pull Call Detail Records (CDRs) directly into your own Postgres or Snowflake data warehouse using our bulk export API or real-time webhooks.
CLI Rotation Engine
Manage your local presence logic programmatically. Automatically rotate outbound Caller IDs when connect rates drop below your specified threshold.
Idempotent by Design
Every POST request accepts an idempotency key. Safely retry requests during network failures without worrying about double-provisioning or double-billing.