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 verified group
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.
Configure Destination Group
Enter a WhatsApp group JID or numeric ID
The bot must already be a member of this group.
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
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.