Created by developers for developers, the WhatsApp Web API is built on simplicity and efficiency. No unnecessary complexity, straight to the point: Let's go!
So, what is the WhatsApp Web API?
If you've made it here, you probably already have an idea, but to reinforce: It is a RestFul service that allows interaction with your WhatsApp through a practical and intuitive API. Additionally, it includes webhooks for real-time notifications of your interactions.
The WhatsApp Web API MUST NOT be used for SPAM, sending unsolicited messages, or any practice that violates WhatsApp's terms. The best approach is to create solutions that add value to both your clients and the platform users.
What can be done?
Everything you already do on WhatsApp Web, now automated! Just scan the QR Code and start using the API's features.
There is no strict limit on message sending, but since the API is based on WhatsApp Web, it is essential to follow natural usage patterns. Additionally, we recommend reading WhatsApp’s policies on its official page: WhatsApp Terms of Service.
Attention!
The WhatsApp Web API does not store messages. They are processed and forwarded immediately for sending and are automatically deleted after 30 days.
Facebook applies different rules for each version of WhatsApp. Our API is fully compatible with the Web version.
Authentication for the API is done through Basic HTTP Authentication. Your API key acts as the username value in Basic Auth. No password is required.
API keys have high privileges. Do not share your API keys in public areas like GitHub or client-side browser code.
Attention!
Never expose your API key in public repositories or in code accessible to third parties. This can compromise your application’s security.