🔒

Admin Access

Enter your 6-digit PIN to access the control panel

WhatsApp API Dashboard

Initializing

Device Status

Scan to connect your WhatsApp

QR Code
✅

Connected!

Phone:

Your API Key:

••••••••••••

Send Message (Test API)

Message Logs

Real-time log of incoming messages from WhatsApp and outgoing messages sent through the API.

Time Direction Recipient / Sender Type Content Status
Loading logs...

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...

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...