<!--<span class="credits left">Project maintained by <a href="https://github.com/typpo">typpo</a></span>-->
<spanclass="credits right">Generated by GitHub Pages — Theme by <ahref="http://twitter.com/#!/michigangraham">mattgraham</a></span>
</div>
<h3>TextBelt</h3>
<p>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.</p>
-d "message=I sent this message for free with textbelt.com"
</code></pre>
<h3>Success and Failure</h3>
<p>Sample success:</p>
<pre><code>{"success":true}
</code></pre>
<p>Sample failure:</p>
<pre><code>{"success":false,"message":"Exceeded quota for this phone number."}
</code></pre>
<h3>Notes and Limitations</h3>
<ul>
<li><p>IP addresses are limited to 75 texts per day. Phone numbers are limited to 3 texts every 3 minutes. If you need increased limits, please contact admin@textbelt.com.</p></li>
<li><p>Some carriers may deliver text messages from "txt@textbelt.com"</p></li>