textbelt/views/index.html

69 lines
2.6 KiB
HTML
Raw Normal View History

2012-04-07 19:26:21 +00:00
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title>TextBelt by typpo</title>
<link rel="stylesheet" href="http://typpo.github.com/textbelt/stylesheets/styles.css">
<link rel="stylesheet" href="http://typpo.github.com/textbelt/stylesheets/pygment_trac.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
<script src="http://typpo.github.com/textbelt/javascripts/respond.js"></script>
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<!--[if lt IE 8]>
<link rel="stylesheet" href="stylesheets/ie.css">
<![endif]-->
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
</head>
<body>
<div class="wrapper">
<section>
<div id="title">
<h1>TextBelt</h1>
<p>Free texting API</p>
<hr>
<!--<span class="credits left">Project maintained by <a href="https://github.com/typpo">typpo</a></span>-->
<span class="credits right">Generated by GitHub Pages &mdash; Theme by <a href="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>
<p>Usage is dead simple:</p>
<pre><code>$ curl <a href="http://textbelt.com/text">http://textbelt.com/text</a> \
-d number=5551234567 \
-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>
<li><p>We support the following U.S. providers: Alltel, Ameritech, AT&amp;T Wireless, Boost, CellularOne, Cingular, Edge Wireless, Sprint PCS, Telus Mobility, T-Mobile, Metro PCS, Nextel, O2, Orange, Qwest, Rogers Wireless, US Cellular, Verizon, Virgin Mobile.</p></li>
</ul>
</section>
</div>
<!--[if !IE]><script>fixScale(document);</script><!--<![endif]-->
</body>
</html>