Vokryn is the developer API for SMS, voice, and number provisioning across Africa and the US. One integration. One invoice. No carrier contracts.
// Send an SMS to Ghana
const response = await fetch('https://api.vokryn.com/v1/messages', {
method: 'POST',
headers: { Authorization: 'Bearer vk_live_...' },
body: JSON.stringify({
to: '+233244123456',
message: 'Your order is confirmed.',
}),
})
// { id: 'msg_...', status: 'sent', cost: '0.0042' }Stop managing multiple carrier relationships. Vokryn handles the routing.
Transactional and bulk SMS to 12 African countries and the US. Delivery receipts, sender IDs, and per-message cost tracking.
Outbound and inbound calls with programmatic call control across Africa and the US. Automatic carrier routing, no trunk management.
Provision local numbers in the US and Africa from your dashboard or via API. Instant activation, no procurement delays.
No setup fees. No contracts. Cancel any time.