API-First SMS Gateway

Your Android Phone, Your SMS API

Turn any Android phone into a programmable SMS gateway. Full REST API, signed webhooks, scheduled messaging, and multi-device support. Pair with a QR code in seconds.

No credit card required 10-second setup 256-bit encryption
Android Texter Dashboard
10sec
Device Pairing
REST
Full API
HMAC
Signed Webhooks
Messages on Pro

Everything You Need to Send SMS at Scale

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 polling and in-app notifications.

QR Code Pairing

Download the app, scan the QR code from your dashboard, and your phone is connected. No port forwarding, no complex config.

API Keys

Generate API keys with granular permissions. Send messages programmatically from Python, Node, Go, or any language.

Signed Webhooks

Get notified instantly when messages arrive. HMAC-SHA256 signed with automatic retries and delivery logging.

Scheduled Messages

Queue messages for future delivery. Set a date and time, and the platform handles the rest — even across time zones.

Multi-Device

Connect multiple Android phones. Messages are automatically load-balanced across your device fleet.

Up and Running in 60 Seconds

From signup to sending your first message — faster than making coffee

Step 1

Create an Account

Sign up with email or Google SSO. No credit card. No commitments.

Step 2

Install the Gateway App

Download Android Texter from Google Play or your dashboard. It's a lightweight app that runs in the background.

Step 3

Scan & Connect

Open the app, tap the QR scanner, point at your dashboard. Your phone is now an SMS gateway.

Step 4

Send & Automate

Use the web dashboard for manual messaging, or integrate the REST API and webhooks into your stack.

Plug into your existing stack

Drop Android Texter into the automation tools your team already uses. Native integrations for the leading no-code platforms — no glue code, no custom webhooks to wire up.

n8n

Available now

Self-hosted open-source automation. Drop the Android Texter node into any n8n workflow.

Send SMSSend BroadcastUpsert ContactOn New Message
Install from npm

Make.com

In review

Build SMS-powered scenarios visually. 7 modules including the instant trigger and broadcast personalization.

Send SMSSend BroadcastUpsert ContactFind DevicesFind HistoryInstant InboundPolling Inbound
Marketplace review pending

Zapier

In review

Connect Android Texter to 6,000+ other apps. Instant webhook triggers + the full action surface.

Send SMSSend BroadcastUpsert ContactFind DevicesFind HistoryInstant Inbound
Marketplace review pending

Building on a different platform? The REST API works with anything that can speak HTTP — see the developer docs.

Simple, Transparent Pricing

Start free. Upgrade when you need unlimited.

Free

Perfect for personal use and trying things out

$0/month
  • 100 messages per day
  • 1 Android device
  • Full API access
  • Dashboard messaging
  • Browser notifications
Get Started
RECOMMENDED

Pro

For businesses and developers who need scale

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

Developer-Friendly API

Send your first SMS in one API call. Full REST with JSON payloads.

POST/api/messages/send
curl -X POST \
  https://androidtexter.com/api/messages/send \
  -H "X-API-Key: at_your_key" \
  -H "Content-Type: application/json" \
  -d '{
    "phone": "+14155551234",
    "message": "Hello from your API!",
    "scheduled_at": "2026-03-15T09:00:00Z"
  }'
WEBHOOKmessage.received
{
  "event": "message.received",
  "timestamp": "2026-03-12T16:30:00Z",
  "data": {
    "phone": "+14155559876",
    "body": "Hey, got your message!",
    "direction": "inbound"
  }
}

Signed with X-Webhook-Signature: sha256=HMAC(body, secret)

Ready to Start Texting?

Create your free account and have your SMS gateway running in under a minute.

Get Started Free

No credit card required • Free forever on the basic plan