Skip to content

9bits Developers

One API for every channel

Reach any phone, in any market, in one API call.

SMS, email, voice, and VAS shortcodes across multiple markets and mobile networks. One bearer token, one base URL, structured errors, and a live console so you can test every endpoint right here in the browser.

send.sh
curl -X POST https://api.9bits.net/ng/v1/sendsms \
-H "Authorization: Bearer $NINEBITS_TOKEN" \
-H "Content-Type: application/json" \
-d '{
"from": "9bits",
"to": ["2348020000000"],
"content": "Your code is 481920."
}'
# → 200 OK
# { "reference_id": "fdab8f46df…", "status": "accepted", "recipients_accepted": 1 }