Products
Programmable Voice

Voice API

Enterprise voice communication platform for programmable calls, voice OTP, IVR, routing, SIP connectivity, and call recording.

Product Layer

Voice API

Launch voice workflows with programmable call control, fallback verification, SIP interoperability, and quality monitoring.

Capabilities

What Voice API supports

Built for teams that need clear routing, observability, and operational control across global customer communication workflows.

Voice Calling
Voice Verification
IVR
Call Routing
SIP Connectivity
Call Recording

Use Cases

Common enterprise workflows

Product, operations, and support teams can use this layer independently or combine it with the rest of Telbamboo's communication platform.

Voice OTP fallback

Contact center routing

IVR flows

Call quality monitoring

API Example
POST /v1/voice/calls
POST /v1/voice/calls
Authorization: Bearer $TELBAMBOO_API_KEY
Content-Type: application/json

{
  "customer_reference": "customer_18420",
  "traffic_type": "enterprise",
  "route_policy": "quality_first",
  "webhook_url": "https://example.com/telbamboo/events"
}