API-First SMS Gateway

Turn Any Android Phone Into a Powerful SMS Gateway

Send and receive SMS through your own phone number. Full REST API with signed webhooks, two-way messaging, and multi-device support. Pair with a QR code in 10 seconds.

Everything You Need

A complete SMS platform built for developers and businesses

Two-Way Messaging

Send and receive SMS through your dashboard or API. Conversation-threaded inbox with real-time updates.

QR Code Pairing

Scan a QR code from your Android phone and you're connected in 10 seconds. No complex setup.

API Keys

Generate API keys with granular permissions. Send messages programmatically from any language.

Signed Webhooks

Get notified instantly when messages arrive. HMAC-SHA256 signed for security with automatic retries.

Secure by Default

Bcrypt passwords, JWT tokens, hashed API keys. Your data is encrypted and never shared.

Multi-Device

Connect multiple Android phones. Messages are automatically load-balanced across devices.

How It Works

1

Create an Account

Sign up in 30 seconds. No credit card required.

2

Install the App

Download the Android Texter Gateway app on your phone.

3

Scan the QR Code

Open the app, scan the QR code from your dashboard, and you're live.

4

Send & Receive

Use the dashboard or API to send/receive SMS through your own phone number.

Simple Pricing

Start free, upgrade when you need more

Free

$0/month
  • 100 messages per day
  • 1 Android device
  • API access
  • Dashboard messaging
  • Community support
Get Started
POPULAR

Pro

$10/mo per phone
  • Unlimited messages
  • Unlimited devices
  • Signed webhooks
  • Priority API support
  • Webhook delivery logs
  • Multi-device load balancing
Start Free Trial

Developer-Friendly API

Send an SMS in one API call

curl -X POST https://api.androidtexter.com/api/messages/send \
  -H "X-API-Key: at_your_api_key_here" \
  -H "Content-Type: application/json" \
  -d '{
    "phone": "+14155551234",
    "message": "Hello from Android Texter!"
  }'