API Explorer

Test our WhatsApp API endpoints directly in your browser. No code required - just enter your API key and start exploring.

API Endpoints
Select an endpoint to test

Messages

Media

Contacts

Authentication

Don't have an API key? Get started for free

POST
Send Text Message
Send a simple text message to a WhatsApp number
POST https://api.whatsappapi.dev/v1/messages

Recipient phone number with country code

Message type

Text message content

Example Response
This is what a successful response looks like
Example Response Body
{
  "success": true,
  "data": {
    "id": "msg_1234567890abcdef",
    "status": "queued",
    "to": "+1234567890",
    "timestamp": "2024-01-15T10:30:00Z"
  }
}