Whatsapp API
This RapidAPI service allows you to seamlessly send text, image, and video messages via WhatsApp 🚀. Designed for high performance and speed ⚡, it offers a simple and efficient way to integrate WhatsApp messaging into your application 📲. Whether you're looking to automate communications or enhance real-time interactions, this API provides a robust and user-friendly solution 😃. Additionally, it…
Whatsapp API endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
/whatsapp/qr /whatsapp/qr |
Creates a new WhatsApp session and returns a QR code as a PNG image. If the user already has an active session, an error is returned. |
| POST |
/whatsapp/validation/number /whatsapp/validation/number |
Checks whether the provided number is registered on WhatsApp. |
| GET |
/whatsapp/qr-base64 /whatsapp/qr-base64 |
Creates a new WhatsApp session and returns a QR code as base64 image. If the user already has an active session, an error is returned. |
| POST |
/whatsapp/validation/numbers /whatsapp/validation/numbers |
Validates a list of numbers. |
| POST |
/whatsapp/validation/number-business /whatsapp/validation/number-business |
Verifies whether the number is registered as a business account. |
| GET |
/whatsapp/status /whatsapp/status |
Returns the current status of the user's WhatsApp session. |
| POST |
/whatsapp/validation/numbers-business /whatsapp/validation/numbers-business |
Verifies whether each number in the list is a business account. |
| POST |
/whatsapp/send-text /whatsapp/send-text |
Sends a plain text message to a WhatsApp number. |
| POST |
/whatsapp/send-pdf /whatsapp/send-pdf |
Sends a PDF file to a WhatsApp number. |
| POST |
/whatsapp/send-word /whatsapp/send-word |
Sends a Word document to a WhatsApp number. |
| POST |
/whatsapp/send-image /whatsapp/send-image |
Sends an image to a WhatsApp number. |
| POST |
/whatsapp/send-media /whatsapp/send-media |
Sends multimedia content such as image, video, or audio. |
| POST |
/whatsapp/restart /whatsapp/restart |
Restarts the WhatsApp session associated with the user. |
| DELETE |
/whatsapp |
Deletes the specified WhatsApp session. |