One endpoint, one request, one SMS sent. No SDK to install, no multi-step setup — just a Bearer key and a POST.
$ curl -X POST https://api.chaari.app/v1/messages \ -H "Authorization: Bearer $CHAARI_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "sender": "+225XXXXXXXXX", "to": "+225XXXXXXXXX", "body": "Your code is 482917" }'Explore the docs