v2026.05 · 312 endpoints · 8 SDKs

The developer workshop for voice.

Quickstarts, SDKs, reference, and recipes. Ship your first call in under five minutes — or wire up an AI agent before lunch.

Send your first SMS...
Quickstart · 5 minutes

From zero to first call.

01
Step 01

Install the SDK

Pick a language. Every SDK ships typed clients, webhooks helpers, and a streaming runtime.

bash
npm install @rozper/sdk
02
Step 02

Authenticate

Create a project key in your dashboard. Keep server keys server-side.

ts
import { Rozper } from "@rozper/sdk"

const rozper = new Rozper({
  apiKey: process.env.ROZPER_API_KEY,
})
03
Step 03

Place your first call

Two lines. The PSTN is now an API.

ts
await rozper.calls.create({
  to: "+14155551234",
  from: "+12025550100",
  url: "https://your.app/voice/answer",
})
Learning paths

Pick a path. Finish it in a sitting.

Opinionated, end-to-end tutorials. No dead ends, no half-explained steps — just the path of least resistance to a shipped feature.

Track 01

Voice fundamentals

Become productive with calls, recordings, and webhooks in under an afternoon.

  • 1Setup & authentication
  • 2Place & receive calls
  • 3Recordings & transcripts
  • 4Webhooks & TwiML-style verbs
  • 5Going to production
5 chapters · self-paced
Track 02

Ship an AI voice agent

Sub-300ms latency, tool calling, escalation, and analytics. End-to-end.

  • 1Pick a voice & persona
  • 2Connect your knowledge base
  • 3Define tools the agent can call
  • 4Live transfer to a human
  • 5Measure resolution
5 chapters · self-paced
Track 03

Global scale-out

Number provisioning, regional pinning, and routing across 150+ countries.

  • 1Buying numbers programmatically
  • 2Compliance & local presence
  • 3Regional pinning
  • 4Failover & least-cost routing
  • 5Reporting at scale
5 chapters · self-paced
Frequently Asked

Questions before you start building.

Yes. Every account gets a free sandbox with test numbers and credits — build and test your integration before going live, no separate signup required.

Ready to make your first call?

Grab an API key and place a test call in minutes, or talk to an engineer about your integration.