Voice, SMS, and WhatsApp through one API. Built on NCC-licensed carrier infrastructure. Pay per minute in ₦ Naira. Ship in an afternoon.
Create an agent, provision a number, handle webhooks. Ship your first production call before your coffee gets cold.
System prompt, language, voice. Speaks English, Pidgin, Hausa, Yoruba, or Igbo — mix freely mid-call.
curl https://api.voicebip.com/v1/agents \
-H "Authorization: Bearer $VB_KEY" \
-d '{
"display_name": "Collections Agent",
"language": "en-ng,pcm",
"voice_id": "ada_warm",
"system_prompt": "You are Ada,
a polite collections agent...",
"ai_mode": "hosted"
}'Voice, SMS, and WhatsApp on the same number. No carrier negotiations, no SIM cards, no VPN hacks.
// Response in <12 seconds
{
"number": "+2342013500010",
"type": "mobile_virtual",
"channels": [
"voice", "sms", "whatsapp"
],
"carrier": "MTN-NG",
"agent_id": "agt_PAEZ_...",
"rate_inbound_kobo": 600,
"status": "active"
}Real callers. Real numbers. Real conversations — transcribed, stored, and pushed to your webhook with structured outcomes.
{
"event": "call.completed",
"call_id": "call_x7k9m2...",
"duration_seconds": 147,
"direction": "inbound",
"resolution": "payment_scheduled",
"recording_url": "https://...",
"transcript": [...],
"cost_kobo": 882,
"languages_detected": ["en-ng", "pcm"]
}Purpose-built pipeline on NCC-licensed carrier infrastructure. No SIP hops to Europe. No cold starts.
Agents that speak the way your customers speak — in English, Pidgin, Hausa, Yoruba, and Igbo. Compliance baked in.
Polite, firm, compliant with CBN collections rules. Escalates to a human when the borrower disputes or pays.
Handle inquiries, resolve complaints, and escalate when needed. Zero hold time. Every call recorded and searchable.
Book, reschedule, cancel by phone. Reads back details before confirming. Sends WhatsApp confirmation with the payment link.
Confirm deliveries, verify addresses, route payment reminders. Catches fraud with voice biometrics at callback time.
curl.₦500 of free credit. Keys are hashed — copy yours once.BYOM.call_id; webhooks handle the rest.import Voicebip from "@voicebip/sdk";
const vb = new Voicebip(process.env.VB_KEY);
// One call. Agent answers in Pidgin or English.
const call = await vb.calls.create({
agent_id: "agt_PAEZ_njcfm2kycpjs",
from: "+2342013500010",
to: "+2348012345678",
language: "en-ng,pcm",
metadata: { customer_id: "cus_9821" }
});
console.log(call.id); // call_x7k9m2...Twilio and Vonage work. For Nigeria, they work the way an import car works — eventually, with paperwork and premiums.
| Voicebip | Twilio | Vonage | |
|---|---|---|---|
| Real +234 number provisioning | 12 seconds, self-serve | 2–6 weeks, regulatory KYC | 3–8 weeks, paperwork |
| Pay in ₦ Naira | ✓ Native, Paystack / bank transfer | USD only · FX markup | USD / EUR |
| Pidgin / Hausa / Yoruba / Igbo | Tuned models, code-switch mid-call | Generic English only | Generic English only |
| Media server location | Lagos · ~28ms RTT | Frankfurt · ~120ms RTT | London · ~140ms RTT |
| P95 voice turn latency | 420ms | ~1.2s | ~1.4s |
| CBN / NCC / NDPA compliance | ✓ Licensed carrier, local DPO | Your responsibility | Your responsibility |
| Voice + SMS + WhatsApp on one number | ✓ Single API, single bill | Separate products | Separate products |
Top up in ₦, consume by the minute and the message. Free sandbox forever.
Four tiers. Volume tiers roll over unused minutes. Switch or cancel anytime.
| Resource | Rate | Included |
|---|---|---|
| Voice — webhookyour backend handles the turn | ₦50 / min | 100 min shared |
| Voice — hostedVoicebip runs the agent | ₦80 / min | 100 min shared |
| SMS · inbound & outbound | ₦15 / msg | 100 each |
| WhatsApp · conversation | ₦20 / conv | 50 |
| Phone number | ₦5,000 / mo | 1 |
| Call recording | Not available | — |
Voicebip is operated by Temlio Communications Limited — an NCC-licensed Interconnect Exchange carrier. Your data stays in Lagos. Your calls route through registered infrastructure. Your auditors sleep.
Interconnect Exchange license · carrier-grade SBC · peering with all four NG mobile operators.
Prompts and rate-limits for financial collections match CBN 2023 fair-recovery guidelines.
Data stored in Nigeria. Appointed DPO. Consent flows built into every call.
Annual audit. Encryption at rest and in transit. Customer data isolation.
Pick a template. Get a +234 number. Your AI is on the phone before lunch.