TextBelt

Free API for outgoing texts.


Project maintained by Ian Webster. Source on github.

TextBelt

TextBelt is an outgoing SMS API that uses carrier-specific gateways to deliver your text messages for free, and without ads. 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."}

Canadian and International endpoints

For Canadian texts, curl

http://textbelt.com/canada
.

For international texts, curl

http://textbelt.com/intl
.

Canadian and international support may not be complete. Please refer to the list of supported carriers.

Notes and Limitations

About

This project is maintained by Ian Webster.

Mobile and Web Analytics