Send SMS from your
Android device
via API
Turn any Android phone into a powerful SMS gateway. Connect, automate and scale your messaging in minutes.
-
Simple REST API
Send SMS, MMS and USSD requests with a single HTTP call
-
Auto-responder
Automatically reply to incoming messages with custom rules
-
Bulk messaging
Upload an Excel file and send thousands of messages at once
-
Webhooks
Get notified instantly when messages are received or delivered
// Send SMS via API
POST /services/send.php
{
"number": "+1234567890",
"message": "Hello from API!",
"key": YOUR_API_KEY
}