Enter your 6-digit PIN to access the control panel
Scan to connect your WhatsApp
Phone:
Your API Key:
••••••••••••
Real-time log of incoming messages from WhatsApp and outgoing messages sent through the API.
| Time | Direction | Recipient / Sender | Type | Content | Status |
|---|---|---|---|---|---|
| Loading logs... | |||||
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.
Use the following endpoints to integrate WhatsApp messaging into your own applications.
| 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. |
| 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. |
| 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...
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...