✨ v1.0 Released
🤖 Android Only
🆓 Open Source

Turn Android into a
Programmable SMS Gateway

Send programmatic SMS messages using your own SIM card.
Simple REST API, instant webhooks, and zero per-message fees.

How it works View API Docs
POST /send
curl -X POST https://app.smswebapi.com/send \
  -H "Content-Type: application/json" \
  -d '{
    "deviceId": "YOUR_DEVICE_ID",
    "phone": "+1555019234",
    "message": "Your verification code is 4921",
    "simSlot": 0
  }'

Developer Friendly

Integrate in seconds with any language. We handle the device synchronization, queueing, and delivery tracking.

Messages • Now
From: My App Waiting for API request...

Instant Delivery

Direct connection to your Android device via FCM ensures messages are sent immediately.

💸

Zero Message Fees

Uses your existing carrier plan. Perfect for unlimited SMS plans. No 3rd party credits needed.

🔒

Private & Secure

Your data stays on your device. We just tunnel the request. Ideal for OTPs and notifications.

📱

Dual SIM Control

Specify which SIM slot (0 or 1) to use per message, or let it load balance automatically.

🎣

Webhooks

Receive real-time HTTP callbacks when a message is sent, delivered, or failed.

📂

Bulk Sending

Queue thousands of messages. The app manages rate limiting and background processing.

How It Works

1

Install App

Download the Android APK and sign in. The app runs in the background.

2

Get Credentials

Copy your unique Device ID from the app dashboard.

3

Call API

Send POST requests to our endpoint. Your phone wakes up and sends the SMS.