WhatsApp Gateway
Multi-Node ActiveManage concurrent Baileys WhatsApp sessions, status broadcasts, and sending nodes.
Active WhatsApp Accounts
đ WhatsApp Testing Suite
â ī¸ Firebase Not Configured
To send SMS, upload your firebase-key.json service account file to the root of your Node.js application directory.
SIM SMS Gateway
Direct SIM carrier SMS delivery via registered Android mobile phones.
đą Connected SMS Phones
Registered Devices| Device ID | Model | SIMs | Battery | Last Active |
|---|---|---|---|---|
| No devices connected. Install the app on your phone. | ||||
âī¸ Send SMS (Test API)
đ Change Gateway Password
Update the SMS Gateway unlock password for administrative access.
đĄī¸ Security Info
đ Password Guidelines
Use a strong, unique password to secure all SMS gateway endpoints.
âąī¸ Rate Limiting
Excessive failed attempts result in a temporary 15-minute lockout.
Generate SMS API Key
Active SMS API Keys
| Label | API Key | Default | Routing | Assigned Devices | Actions |
|---|---|---|---|---|---|
| No API keys generated yet. | |||||
WhatsApp Gateway (Worker)
FCM Sleep Wake-upAutomated WhatsApp & WA Business dispatching via Android worker phone with high-priority FCM wake.
Registered Worker Phones
0 Online| Device | WhatsApp Apps | FCM Wake | Battery |
|---|---|---|---|
| No worker devices registered yet. Open the WhatsApp Gateway app on phone. | |||
âī¸ Quick Send (WhatsApp Worker)
đ Bulk Anti-Ban WhatsApp Blaster
đ Live Worker Dispatch & Delivery Logs
| Time | Recipient | Status | Device | Message / Attachment |
|---|---|---|---|---|
| No dispatch logs recorded yet. | ||||
âī¸ Payload Builder
RCS Android Gateway
Lenovo Tab P11 PlusAutomated RCS sending via companion Android tablet using Google Messages Accessibility.
đĄ Connected Tablet Companion
đ Quick Send via Tablet
đ Bulk Anti-Ban RCS Blaster
đ Tablet RCS Dispatch & Delivery Logs
| Time | Recipient | Protocol | Status | Message / Error |
|---|---|---|---|---|
| No RCS messages dispatched yet via Tablet. | ||||
âī¸ Payload Builder
RCS Web Gateway
Chrome ExtensionAutomated RCS sending directly via Chrome extension hooked into messages.google.com/web.
đĄ Connected Chrome Worker
chrome://extensionsđ Quick Send via Browser
đ Bulk Anti-Ban RCS Blaster (Chrome)
đ Chrome Web RCS Dispatch Logs
| Time | Recipient | Protocol | Status | Message / Error |
|---|---|---|---|---|
| No RCS messages dispatched yet via Web. | ||||
âī¸ Payload Builder
âī¸ Telegram Bot & Channel Gateway
Send high-speed notifications, photos, documents, and interactive buttons with 0% ban risk.
đ¤ Bot Configuration
Connect your Telegram bot token created via @BotFather.
đĄ 1-Minute Telegram Setup Guide:
- Open Telegram and search for @BotFather.
- Send
/newbotcommand and choose a Name & Username. - Copy the HTTP API Token and paste it in the box above.
- To get your personal Chat ID, send a message to @userinfobot.
- For Channels: Add your bot as an Administrator in your channel, then use
@channel_usernameas the Chat ID!
đ Send Test Telegram Message
Test sending rich formatted messages, photos, documents, and buttons.
âī¸ Telegram Outgoing Message Logs
History of Telegram notifications and channel broadcasts sent through OrangeAPI.
| Time | Target Chat / Channel | Type | Message Content | Status |
|---|---|---|---|---|
| No Telegram logs available. | ||||
WhatsApp Outgoing Queue & Logs
History of WhatsApp messages enqueued and processed via Baileys.
| Time | Recipient | Type | Content | Status | Action |
|---|---|---|---|---|---|
| Loading logs... | |||||
SMS Outgoing Queue & Logs
History of SMS requests enqueued and processed via Firebase to mobile gateways.
| Time | Device | SIM | Recipient | Message | Status | Action |
|---|---|---|---|---|---|---|
| No SMS logs available. | ||||||
API Docs for AI Agents
Copy this markdown block directly to any AI coding assistant (like Claude, ChatGPT, Gemini, Cursor) to instantly teach them how to write code for your API.
Interactive API Explorer
Use the following endpoints to integrate WhatsApp messaging into your own applications.
Headers
| Header | Value | Description |
|---|---|---|
x-api-key |
your-api-key |
Your secret API key shown in the Device Status card. |
Content-Type |
application/json or multipart/form-data |
Use application/json for text, multipart/form-data for media/files. |
Request Body (JSON - Text Message)
| Parameter | Type | Required | Description |
|---|---|---|---|
to |
string |
Yes | Recipient's WhatsApp number (with country code, e.g., 919876543210) or Group JID. |
message |
string |
Yes | The message text to send. |
isGroup |
boolean |
No | Set to true if the recipient is a Group ID. Default: false. |
Request Body (Multipart Form - Media Message)
| Parameter | Type | Required | Description |
|---|---|---|---|
to |
string |
Yes | Recipient's WhatsApp number or Group JID. |
media |
file |
Yes | The file to send (image, video, audio, or document). |
message |
string |
No | Optional caption to accompany the image, video, or document. |
isGroup |
boolean |
No | Set to true if the recipient is a Group ID. |
Loading...
Loading...
Loading...
Loading...
Headers
| Header | Value | Description |
|---|---|---|
x-api-key |
your-api-key |
Your secret API key. |
Content-Type |
application/json |
Use application/json. |
Request Body (JSON)
| Parameter | Type | Required | Description |
|---|---|---|---|
to |
string |
Yes | Recipient's mobile number with country code (e.g. +919876543210). |
message |
string |
Yes | The message text. |
deviceId |
string |
No | Target specific Device ID (e.g. Rajib-Pixel-7). Defaults to most recently active device. |
sim |
integer |
No | SIM Slot index (0 for SIM 1, 1 for SIM 2). Default is 0. |
Loading...
Loading...
Loading...
Loading...
Headers
| Header | Value | Description |
|---|---|---|
x-api-key |
your-api-key |
Your secret API key. |
Content-Type |
application/json |
Use application/json. |
Request Body (JSON)
Supports automatic wake-up via high-priority Firebase Cloud Messaging (FCM) even when the worker phone is in Doze/Deep Sleep mode.
| Parameter | Type | Required | Description |
|---|---|---|---|
phone |
string |
Yes | Recipient's mobile number with country code (e.g. 919933557706). |
message |
string |
No | Text message or caption for media attachment (at least one of message or mediaUrl required). |
mediaUrl |
string |
No | Direct public HTTP/HTTPS URL of image (JPEG, PNG) or document (PDF). |
app |
string |
No | Target app: auto (Smart Auto-Detection fallback), w4b (WhatsApp Business), or whatsapp. Default: auto. |
deviceId |
string |
No | Target specific Worker Device ID. Defaults to auto-select available worker. |
Loading...
Loading...
Loading...
Loading...
Headers
| Header | Value | Description |
|---|---|---|
x-api-key |
your-api-key |
Your secret API key. |
Content-Type |
application/json |
Use application/json. |
Request Body (JSON)
Dispatches an RCS message directly through your connected Google Messages Web extension gateway.
| Parameter | Type | Required | Description |
|---|---|---|---|
phone |
string |
Yes | Recipient mobile number (e.g. 9933557706 or +919933557706). |
message |
string |
Yes | The message text to send via RCS. |
Code Examples
Loading...
Loading...
Loading...
Loading...
Request Details
Send a GET request to quickly check the connection status of the WhatsApp bot.
| Method | URL | Description |
|---|---|---|
| GET | http://domain/api/status |
Returns current connection state. |
Loading...
Loading...
Loading...
Loading...
Headers
| Header | Value | Description |
|---|---|---|
x-api-key | your-api-key | Your secret API key. |
Content-Type | application/json | Use application/json. |
Request Body (JSON)
| Parameter | Type | Required | Description |
|---|---|---|---|
phone | string | Yes | 10-digit number (e.g. 9933557706) or with country code (e.g. 919933557706). +91 is auto-added if omitted. |
sessionId | string | No | Optional session ID to query from. |
Loading...
Loading...
Loading...
Loading...
Headers
| Header | Value | Description |
|---|---|---|
x-api-key | your-api-key | Your secret API key. |
Content-Type | application/json | Use application/json. |
Request Body (JSON)
| Parameter | Type | Required | Description |
|---|---|---|---|
to | string | Yes | Recipient's WhatsApp number or group JID. |
name | string | Yes | Poll title / question. |
values | array | Yes | Array of option strings (e.g. ["Choice 1", "Choice 2"]). |
selectableCount | number | No | Maximum selectable choices (Default: 1). |
Loading...
Loading...
Loading...
Loading...
Headers
| Header | Value | Description |
|---|---|---|
x-api-key | your-api-key | Your secret API key. |
Content-Type | application/json or multipart/form-data | Use JSON for text status, form-data for image/video. |
Request Body
| Parameter | Type | Required | Description |
|---|---|---|---|
statusJidList | array / string | Required | Viewer phone numbers with country codes, as a JSON array or comma-separated list. |
text | string | Optional | Text content for announcement status. |
media | file | Optional | Image or video file to post to status. |
caption | string | Optional | Caption for media status. |
Loading...
Loading...
Loading...
Loading...
Headers
| Header | Value | Description |
|---|---|---|
x-api-key | your-api-key | Your secret API key. |
Content-Type | application/json or multipart/form-data | Use JSON for text messages, form-data for media file upload. |
Request Body (JSON / Form Data)
| Parameter | Type | Required | Description |
|---|---|---|---|
to / chat_id | string | Yes | Recipient's User Chat ID (e.g. 123456789) or Channel / Group Username (e.g. @my_channel). |
message / text | string | Yes | Message text content. Supports HTML tags like <b>bold</b>, <i>italic</i>, and links. |
media | file | No | Optional image, video, audio or PDF document to attach. |
buttons | array/json | No | Optional inline keyboard buttons (e.g. [[{"text":"Visit","url":"https://..."}]]). |
botToken | string | No | Optional override if you want to send from a specific bot token. |
Loading...
Loading...
Loading...
Loading...
Generate WhatsApp API Key
Active WhatsApp API Keys
Use these keys in client headers as x-api-key for sending WhatsApp messages.
| Label | Routing | Assigned Accounts | API Key | Created At | Actions |
|---|---|---|---|---|---|
| No WhatsApp API keys generated yet. | |||||