Add Funds

API Playground

Test API endpoints directly in your browser

Endpoints

SMS

WhatsApp

Voice

Contacts

POST
https://api-wetalk.aimsoftwares.com/sms/send

Response

Click "Send Request" to see the response

Code Snippets

curl -X POST https://api-wetalk.aimsoftwares.com/sms/send \
  -H "Authorization: Bearer wt_live_xxxxx" \
  -H "Content-Type: application/json" \
  -d '{ "to": "+254700000000", "message": "Hello from WeTalk API!", "sender_id": "WETALK"}'