TextBelt

Free API for outgoing texts.


Project maintained by Ian Webster Generated by GitHub Pages — Theme by mattgraham

TextBelt

TextBelt is an outgoing SMS 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 a simple POST request:

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

number and message parameters are required.

Success and Failure

Sample success:

{"success":true}

Sample failure:

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

Notes and Limitations

About

This project is maintained by Ian Webster.