Connect
Link WhatsApp numbers by QR code or pairing code and manage every key from the portal.
TB
TextBot
WhatsApp API platform
TextBot gives every linked number its own API key, usage limits, package billing, webhooks, support tickets, and a sleek workspace for day-to-day messaging operations.
Link WhatsApp numbers by QR code or pairing code and manage every key from the portal.
Send text, media, documents, and button messages through simple GET or POST calls.
Receive inbound replies and file events through structured JSON webhooks.
Manage products, limits, PayFast, SMTP, renewal reminders, users, and support tickets.
Create separate keys per number, customer, team, or workflow with quotas and expiry.
Publish super-admin products to the website and route paid checkout through PayFast.
Configure inbound message handling, group options, formatting options, and read states.
Users can create tickets from the portal and receive professional email confirmations.
TextBot creates a workspace, issues the starter API key, emails credentials, and gives the user a clear path to connect WhatsApp and send their first API message.
Choose a starter package and receive credentials by email.
Scan a QR code or use a pairing code from the portal.
Use clean endpoints for text, files, documents, buttons, and replies.
Packages created by the super admin appear here automatically, including free trials and paid upgrades. PayFast converts the payment amount at checkout.
TextBot emails your credentials, starter API key, selected package, and connection details after signup.
Use GET for small jobs or POST JSON for richer payloads.
GET https://api.textbot.cc/send.php?recipient=49123123123&apikey=YOUR_KEY&text=Hello&json=yes
POST https://api.textbot.cc/api/send
{
"recipient": "+49123123123",
"apikey": "YOUR_KEY",
"text": "See attached",
"file": "https://example.com/image.png"
}
GET /send.php?recipient=49123123123&apikey=YOUR_KEY&text=Continue?&button1=Yes&button2=No&json=yes
{
"type": "text",
"from": "549191919191",
"from_name": "Joan",
"to": "54134123123",
"file": null,
"message": "Text Message received in WhatsApp"
}