TextBelt

Free texting API


Generated by GitHub Pages — Theme by mattgraham

TextBelt

TextBelt is a texting API that uses carrier-specific gateways to deliver your text messages for free. This is nice for a low-cost texting app or testing without running down your Twilio balance.

Usage is dead simple:

$ curl http://textbelt.com/text \
   -d number=5551234567 \
   -d "message=I sent this message for free with textbelt.com"

Success and Failure

Sample success:

{"success":true}

Sample failure:

{"success":false,"message":"Exceeded quota for this phone number."}

Notes and Limitations