Send SMS messages programmatically through your own infrastructure. No third-party dependencies, no per-message fees, complete privacy.
A complete SMS solution that puts you in control of your messaging infrastructure.
Queue messages with a single API call. Retrieve and send through your Android device. Update delivery status in real-time.
Your messages never leave your infrastructure. Self-hosted means you own your data, with no third-party access.
Use your own SIM card and carrier plan. Send unlimited messages at your carrier's rate with no additional markup.
Three simple steps to start sending SMS messages through your own gateway.
Send messages to the API with phone numbers and text content. They're queued and ready for delivery.
Your Android app fetches pending messages and sends them via the device's native SMS capability.
Report delivery status back to the API. Monitor success rates and troubleshoot failures from your dashboard.
Clean, RESTful endpoints that integrate with any language or platform. Comprehensive documentation and Postman collection included.
[
{
"phone": "+1234567890",
"message": "Hello from the API!"
}
]
{
"ok": true,
"queued": 1,
"items": [{
"hash": "a1b2c3d4e5f67890"
}]
}
Start sending SMS messages through your own infrastructure today.
Create Free Account