Send WhatsApp messages programmatically with our simple and reliable personal API. Perfect for personal use, small businesses, and automation.
Start Free TrialSend WhatsApp messages with a simple HTTP request:
curl -X POST https://www.w-api.xyz/api/send-sms \
-H "Authorization: Bearer YOUR_AUTH_KEY" \
-H "Content-Type: application/json" \
-d '{
"device": "+1234567890",
"to": "+0987654321",
"message": "Hello from API!"
}'
curl -X POST https://www.w-api.xyz/api/send-sms \
-H "Authorization: Bearer YOUR_AUTH_KEY" \
-H "Content-Type: application/json" \
-d '{
"device": "+1234567890",
"to": "+0987654321",
"message": "Check out this image!",
"type": "media",
"media_url": "https://example.com/image.jpg"
}'