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" >
2012-05-10 18:57:09 +00:00
< title > TextBelt - Free Texting API - No Ads< / title >
2012-04-07 19:26:21 +00:00
< 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" >
2012-04-07 20:13:02 +00:00
<!-- start Mixpanel --> < script type = "text/javascript" > ( f u n c t i o n ( d , c ) { v a r a , b , g , e ; a = d . c r e a t e E l e m e n t ( " s c r i p t " ) ; a . t y p e = " t e x t / j a v a s c r i p t " ; a . a s y n c = ! 0 ; a . s r c = ( " h t t p s : " = = = d . l o c a t i o n . p r o t o c o l ? " h t t p s : " : " h t t p : " ) + ' / / a p i . m i x p a n e l . c o m / s i t e _ m e d i a / j s / a p i / m i x p a n e l . 2 . j s ' ; b = d . g e t E l e m e n t s B y T a g N a m e ( " s c r i p t " ) [ 0 ] ; b . p a r e n t N o d e . i n s e r t B e f o r e ( a , b ) ; c . _ i = [ ] ; c . i n i t = f u n c t i o n ( a , d , f ) { v a r b = c ; " u n d e f i n e d " ! = = t y p e o f f ? b = c [ f ] = [ ] : f = " m i x p a n e l " ; g = " d i s a b l e t r a c k t r a c k _ p a g e v i e w t r a c k _ l i n k s t r a c k _ f o r m s r e g i s t e r r e g i s t e r _ o n c e u n r e g i s t e r i d e n t i f y n a m e _ t a g s e t _ c o n f i g " . s p l i t ( " " ) ;
for(e=0;e< g.length ; e + + ) ( function ( a ) { b [ a ] = function ( ) { b . push ( [ a ] . concat ( Array . prototype . slice . call ( arguments , 0 ) ) ) } } ) ( g [ e ] ) ; c . _i . push ( [ a , d , f ] ) } ; window . mixpanel = c})(document,[]);
mixpanel.init("6e6e6b71ed5ada4504c52d915388d73d");< / script > <!-- end Mixpanel -->
< script > mixpanel . track ( 'main' ) ; < / script >
2012-04-09 18:48:17 +00:00
< script type = "text/javascript" > var switchTo5x = true ; < / script >
< script type = "text/javascript" src = "http://w.sharethis.com/button/buttons.js" > < / script >
< script type = "text/javascript" > stLight . options ( { publisher : "ur-e52063a3-f5a7-2078-bc73-7c684f5a6cdf" } ) ; < / script >
2012-04-07 19:26:21 +00:00
< / head >
< body >
< div class = "wrapper" >
< section >
< div id = "title" >
< h1 > TextBelt< / h1 >
2012-04-09 18:48:17 +00:00
< p > Free API for outgoing texts.
< / p >
< p >
< span class = 'st_facebook_large' displayText = 'Facebook' > < / span >
< span class = 'st_twitter_large' displayText = 'Tweet' > < / span >
< span class = 'st_email_large' displayText = 'Email' > < / span >
< / p >
2012-04-07 19:26:21 +00:00
< hr >
2012-04-09 18:48:17 +00:00
< span class = "credits left" > Project maintained by < a href = "http://www.ianww.com/" > Ian Webster< / a > < / span >
2012-04-07 19:26:21 +00:00
< span class = "credits right" > Generated by GitHub Pages — Theme by < a href = "http://twitter.com/#!/michigangraham" > mattgraham< / a > < / span >
< / div >
< h3 > TextBelt< / h3 >
2012-05-10 18:57:09 +00:00
< p > 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.< / p >
2012-04-07 19:26:21 +00:00
2012-04-09 18:48:17 +00:00
< p > Usage is a simple POST request:< / p >
2012-04-07 19:26:21 +00:00
< 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 >
2012-04-09 18:48:17 +00:00
< p > < i > number< / i > and < i > message< / i > parameters are required.< / p >
2012-04-07 19:26:21 +00:00
< 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 >
2012-04-07 21:16:16 +00:00
< li > < p > IP addresses are limited to 75 texts per day. Phone numbers are limited to 3 texts every 3 minutes. To report abuse or request increased limits, please contact iwmiscs+textbelt at gmail.< / p > < / li >
2012-04-07 19:26:21 +00:00
< li > < p > Some carriers may deliver text messages from "txt@textbelt.com"< / p > < / li >
2012-04-07 19:54:52 +00:00
< li > < p > We support the following U.S. providers: Alltel, Ameritech, AT& T Wireless, Boost, CellularOne, Cingular, Sprint PCS, Telus Mobility, T-Mobile, Metro PCS, Nextel, O2, Orange, Qwest, Rogers Wireless, US Cellular, Verizon, Virgin Mobile.< / p > < / li >
2012-04-07 19:26:21 +00:00
< / ul >
2012-04-09 18:48:17 +00:00
< h3 > About< / h3 >
< p >
This project is maintained by < a href = "http://www.ianww.com/" > Ian Webster< / a > .
2012-05-10 18:57:09 +00:00
< div >
< a href = "https://mixpanel.com/f/partner" > < img src = "https://mixpanel.com/site_media/images/partner/badge_blue.png" alt = "Mobile and Web Analytics" / > < / a >
< / div >
2012-04-09 18:48:17 +00:00
< / p >
2012-04-07 19:26:21 +00:00
< / section >
< / div >
<!-- [if !IE]><script>fixScale(document);</script><! - - <![endif] -->
< / body >
< / html >