Send WhatsApp messages, manage templates, and handle media — all through a single, simple API.
Get your API token from the SpotBay portal, point your requests to api.spotbay.in/wa-api, and start sending. Full WhatsApp Cloud API payload compatibility — no changes to your message structure needed.
# Send a WhatsApp message
curl -X POST \
'https://api.spotbay.in/wa-api/v21.0/<phone_id>/messages' \
-H 'Authorization: Bearer sb_wa_your_token' \
-d '{
"messaging_product": "whatsapp",
"to": "919876543210",
"type": "text",
"text": {"body": "Hello! 👋"}
}'Get your token from the SpotBay portal. Start sending in minutes.
One token, one base URL. Follow the WhatsApp Cloud API spec — send messages, manage templates, upload media. No complicated setup.
SpotBay handles authentication, rate limits, and reliability. Your token is all you need to get started.
Text, images, video, audio, documents, interactive buttons, lists, templates, reactions — the complete WhatsApp Cloud API message surface.
Get your SpotBay API token from the Business Portal → Developer → API Tokens.
curl -X POST 'https://api.spotbay.in/wa-api/v21.0/{phone_number_id}/messages' \
-H 'Authorization: Bearer sb_wa_your_token' \
-H 'Content-Type: application/json' \
-d '{
"messaging_product": "whatsapp",
"recipient_type": "individual",
"to": "919876543210",
"type": "text",
"text": {
"preview_url": false,
"body": "Hello from SpotBay! 👋"
}
}'SpotBay API follows the WhatsApp Cloud API v21.0 spec. For full payload details on each endpoint, refer to the WhatsApp Cloud API docs — request and response formats are identical.
/v21.0/{phone_number_id}/messages/v21.0/{waba_id}/message_templates/v21.0/{waba_id}/message_templates/v21.0/{template_id}?name=.../v21.0/{phone_number_id}/media/v21.0/{media_id}/v21.0/{media_id}/v21.0/{waba_id}/phone_numbers/v21.0/{phone_number_id}/whatsapp_business_profile/v21.0/{phone_number_id}/whatsapp_business_profile/v21.0/{waba_id}Include your SpotBay API token in every request:
Find your token: Business Portal → Developer → API Tokens
Sign up for SpotBay, connect your WhatsApp Business Account, and generate your API token in minutes.