WithanX
Dashboard
Status
Disconnected
Phone
—
Connected Since
—
Session Storage
—
—
Session State
Not Connected
Live Logs
Plugins
Select plugins below and use the toolbar to set where they respond
Loading plugins…
Scheduled Messages
| Target | Message Snippet | Schedule | Status | Actions |
|---|---|---|---|---|
| Loading jobs... | ||||
Status Tracker
Auto-forward all incoming WhatsApp statuses to a WhatsApp group, a Telegram group, or both
The bot will silently forward every status it sees (images, videos, text) to your chosen group — tagged with the sender's name and number. Verify group ownership by receiving a one-time code in the group.
Option 1 — WhatsApp Group
Forward statuses to a WhatsApp group
The bot must already be a member of this group.
Option 2 — Telegram Group
Forward statuses to a Telegram group or chat
Your Telegram Bot must be connected in 3rd Party Services and must be a member of the target group.
Message @RawDataBot in your Telegram group to get the group ID.
Deleted Message Tracker
Capture and forward deleted messages from any group or personal chat
When anyone deletes a message in any chat the bot is in, the original content is silently forwarded to your chosen destination. Works for text, images, videos, audio, stickers, and documents. Messages are cached in memory (last 500) — deletes before the tracker started show metadata only.
Configure Destination
Enter a group JID, group numeric ID, or a personal phone number
Group — bot must be a member. Personal — enter full phone with country code.
3rd Party Services
Manage API credentials for external integrations used by plugins
Telegraph
Used by .past for text page creation
Create a free anonymous Telegraph account to enable text paste via .past.
No email or login required — the token is generated instantly.
Letters, numbers, underscores only
Pastebin
Used by .pastbin for text paste creation
Enter your Pastebin Developer API Key
to enable text paste via .pastbin.
Get your key for free at pastebin.com → Your Account → API.
Found at pastebin.com → Your Account → API
Optional friendly name for this key
OpenRouter
Used by .ai — routes to free AI models automatically
Enter your OpenRouter API Key
to enable .ai chat. Get a free key at openrouter.ai → Keys.
The default model uses the Free Models Router (openrouter/auto) which picks from available free models automatically.
Found at openrouter.ai → Keys
e.g. nvidia/nemotron-3-super-120b-a12b:free or openrouter/auto
Telegram Bot
Used by .tg to forward messages/media directly to Telegram
Before you start:
- Search for your bot username on Telegram and click Start (or send a message). Bots cannot initiate conversations with users first.
- Enter your bot token and Telegram username below.
- We'll send you a 6-digit verification code to confirm the connection.
Message @userinfobot on Telegram to get your numeric ID.
Developer API
API Safety Limits
Configure rate limits to prevent WhatsApp bans.
Generate API Token
Create a new Bearer token for programmatic access.
Token generated! Copy it now, you won't see it again.
Active Tokens
| Label | Created | Last Used | Calls | Actions |
|---|---|---|---|---|
| Loading... | ||||
API Documentation
Authenticate by including Authorization: Bearer wx_YOUR_TOKEN in your request headers.
/api/v1/send/text
Send a standard text message to a user or group.
Payload (JSON)
{
"to": "1234567890", // Number with country code or Group JID
"text": "Hello world!"
}
/api/v1/send/media
Send an image, video, audio, or document from a URL or Local File.
Payload (multipart/form-data OR JSON)
// Send via URL (application/json)
{
"to": "1234567890",
"type": "image", // "image" | "video" | "document" | "audio"
"url": "https://example.com/file.jpg",
"caption": "Optional caption"
}
// Send via Local File (multipart/form-data)
Form Fields:
- to: "1234567890"
- type: "image"
- file: (Binary File Data)
- caption: "Optional caption"
Settings
Appearance
Customize the look and feel of the dashboard
Theme
Choose between dark and light interface
Theme preference is saved in your browser and applied instantly across all sessions on this device.