BanProtect System

Whatsapp API
for bussines

Send and receive messages, manage chats, groups, and channels easily with our enterprise-grade API. Pay per WhatsApp account, no pay-per-message fees.

💳 No credit card needed to get started

Hero Image
Customer 1 Customer 2 Customer 3 Customer 4 Customer 5 12+

12,000+ Instances active around the world

How to use our API?

Connect with just a few lines of code, easy and simple.

$ curl --location 'https://chatter.plus/api/instance/send' \
          --header 'Content-Type: application/json' \
          --header 'Authorization: Bearer API_TOKEN' \
          --data-raw '{
              "instanceId":"YOUR_INSTANCE_ID", 
              "message":"Your first message", 
              "remoteJid":"WHATSAPP_NUMBER@s.whatsapp.net" 
          }'
>>> <?php
          $curl = curl_init();
          curl_setopt_array($curl, [
            CURLOPT_URL => "https://chatter.plus/api/instance/send",
            CURLOPT_POST => true,
            CURLOPT_HTTPHEADER => [
              "Content-Type: application/json",
              "Authorization: Bearer API_TOKEN"
            ],
            CURLOPT_POSTFIELDS => json_encode([
              "instanceId" => "YOUR_INSTANCE_ID",
              "message" => "Your first message",
              "remoteJid" => "WHATSAPP_NUMBER@s.whatsapp.net"
            ])
          ]);
          $response = curl_exec($curl);
          curl_close($curl);
> fetch("https://chatter.plus/api/instance/send", {
            method: "POST",
            headers: {
              "Content-Type": "application/json",
              "Authorization": "Bearer API_TOKEN"
            },
            body: JSON.stringify({
              instanceId: "YOUR_INSTANCE_ID",
              message: "Your first message",
              remoteJid: "WHATSAPP_NUMBER@s.whatsapp.net"
            })
          })
          .then(res => res.json())
          .then(console.log);
>>> import requests

          headers = {
            "Content-Type": "application/json",
            "Authorization": "Bearer API_TOKEN"
          }

          data = {
            "instanceId": "YOUR_INSTANCE_ID",
            "message": "Your first message",
            "remoteJid": "WHATSAPP_NUMBER@s.whatsapp.net"
          }

          response = requests.post("https://chatter.plus/api/instance/send", headers=headers, json=data)
          print(response.json())
See all documentation
Send More Than Just Text

Full WhatsApp Messaging Capabilities

Send text, images, audio, video, files, and live locations — all in one simple API.

  • Text messages
  • Images (JPG, PNG, etc.)
  • Voice notes & audio files
  • Video messages
  • File attachments (PDF, DOCX...)
  • Real-time location sharing
Business Meeting

Why Use Our API?

Everything you need to send WhatsApp messages fast, free, and without limits.

Send messages without restrictions

  • No approval process
  • Unlimited messages
  • Works with any number
Customer illustration

Built for developers

  • Clean and simple API
  • Full support for text, media, and files
  • Works with fetch, axios, curl, and more
Developer Ilustration

Get started in minutes

  • Create your account
  • Scan the QR code
  • Start sending messages
App illustration

Unlimited Messaging

No caps, no throttling — send all the WhatsApp messages you want.

Free Forever

No subscriptions or fees. Start sending messages today, 100% free.

5-Minute Setup

Create your instance, scan the QR, and you're ready to go — no coding needed.

Secure & Stable

Built for production. Reliable performance and secure architecture you can trust.

Pricing

Choose the plan that fits your development needs

Free Plan

$ 0 / forever

Test our API with limited access.

Includes:

  • 1 trial instance
  • Limited messages (250 / day)
  • Low quality media
  • Limited webhooks (250 / day)
  • No support
Start for Free

Bulk Plan

$ 19.9 / month

For businesses managing multiple clients or services.

Includes:

  • 10 paid instances
  • $2.90 per extra instance
  • All features from Pro
  • Priority support
Buy Now

Still got questions?

Here’s everything devs usually ask before getting started.

What can I do with this API?

You can send and receive messages, images, audio, stickers and more—without the usual official API limits.

What’s an instance exactly?

An instance is basically one WhatsApp number connected. When you create it, we give you a QR code to scan—either via our dashboard or API.

What’s the difference between a trial and a paid instance?

Trial lets you send up to 250 messages and receive up to 250 message webhooks. Media (images, audio, stickers) is delivered in low quality.

How much does a paid instance cost?

Each instance is $2.9/month. If you need 10+ instances, you unlock the bulk plan at $1.9/instance. Custom pricing available for larger needs.

Can I use multiple WhatsApp numbers?

Yes. Each instance is a separate number. Manage them all via dashboard or your own backend.

Do I need to install anything?

Nope. Everything is online. Just make a simple POST request and you’re good to go.

How fast are messages delivered?

Messages are sent instantly. For mass messaging, we recommend small delays between sends to avoid getting blocked.

Can I use this API for marketing?

You can, but it's not recommended. It's ideal for bots and notifications; sending spam or marketing campaigns can put your WhatsApp account at risk of being banned.

What is the BANProtect system and how does it keep my WhatsApp account safe?

BANProtect system is our custom-built protection layer designed to reduce the risk of your WhatsApp number getting banned. It uses safe sending practices, intelligent session handling, and activity monitoring to avoid detection by WhatsApp’s anti-spam systems. While it helps keep your account safe during heavy usage, we strongly discourage using the API for spam or mass unsolicited messaging, as this can still lead to bans despite protections.

Start sending WhatsApp messages like a pro

No templates. No limits. Just simple, flexible messaging for devs who want control without the headaches of the official API.

Try it now – it’s free

Contact

Necessitatibus eius consequatur ex aliquid fuga eum quidem sint consectetur velit

Contact Info

Do not hesitate to contact us for any concerns, opportunities or ideas you may have.

Our Location

1284 Bv. Italia St

San Jorge, Santa Fe

Argentina

Phone Number

+549 3406 460886

Email Address

chatterplusapp@gmail.com

Get In Touch

Do not hesitate to contact us for any concerns, opportunities or ideas you may have.

Loading
Your message has been sent. Thank you!