SendAfrica
SendAfrica
API Playground
v1 · developer preview

SendAfrica API Playground

Build requests, watch real responses come back, and copy production-ready code in four languages. No SDK to install, no dashboard to set up. Just the API.

console · POST /v1/sms/
POSTapi.sendafrica.online/v1/sms/
{
  "to":      "0712345678",
  "message": "Habari!",
  "from":    "MyBrand"
}
200 OK· 184 ms · 96 B
{
  "success": true,
  "data": {
    "message_id":   "f3b1c2d4...",
    "status":       "sent",
    "credits_used": 1
  }
}

Try before you integrate

Hit every endpoint from the browser. Real requests, real responses.

Copy-paste in 4 languages

cURL, Python, JavaScript, and Go. The snippet updates as you build.

Real responses, real latency

Status codes, timings, payload sizes — the way your users will see it.

No SDK required

Everything is just HTTP. Learn the API, then copy the code.

Ready to get started?

Create a SendAfrica account, grab your API key, and start sending SMS in minutes.