Free
Get started with basic SMS gateway features
No credit card required
- Send and receive SMS Messages
- Register 1 active device
- Max 50 messages per day
- Up to 300 messages per month
- Up to 50 recipients in bulk
- Webhook notifications
- Basic support
Send SMS messages programmatically from your applications without expensive third-party services. Perfect for notifications, authentication, and automated messaging.
15,000+ happy users worldwide

Our SMS Gateway turns your Android phone into a powerful messaging system with enterprise-grade features.
Send SMS programmatically via our easy-to-use RESTful API from any application.
Send the same message to multiple recipients at once with a single API call.
Create and reuse message templates with dynamic variables for faster messaging.
Your data stays on your own devices, no third-party services access your messages.
Track message performance with detailed reports.
Connect up to 5 Android devices to handle higher volumes and improve reliability.
The entire codebase is open source and available on GitHub for transparency.
Schedule messages to be sent at specific times or on recurring schedules.
How it works is simple. You install the app on your Android device, and it will turn your device into a SMS Gateway. You can then use the API to send SMS messages from your web applications.
Our REST API makes it easy to integrate SMS capabilities into any application. Just a few lines of code is all you need.
Choose your preferred language
1import axios from 'axios'
2
3const BASE_URL = 'https://api.textbee.dev/api/v1'
4const API_KEY = 'YOUR_API_KEY'
5const DEVICE_ID = 'YOUR_DEVICE_ID'
6
7const response = await axios.post(`${BASE_URL}/gateway/devices/${DEVICE_ID}/send-sms`, {
8 recipients: [ '+1234567890' ],
9 message: 'Hello from textbee.dev!',
10}, {
11 headers: {
12 'x-api-key': API_KEY,
13 },
14})
15
16console.log(response.data)No hidden fees. Just simple plans that grow with you.
Get started with basic SMS gateway features
No credit card required
Perfect for businesses and serious users
Let's talk about your needs
Tailored solutions for high-volume needs and specific requirements.
Transform your Android device into a powerful SMS gateway with our easy-to-use application. Install, connect, and start sending messages programmatically.