SMS Texter Logo

Send SMS with our simple API

Python
Curl
Ruby
Nodejs
Javascript
# Python code to send SMS using our API
import requests

url = "https://smstextr.web.app/api/sendsms"
payload = {"to": "+1 123-456-7890", 
            "message": "Hello from SMS Textr API!",
            "apikey": "Your_API_Key" }
Login to Buy CreditsView Full Documentation

You can now send SMS using our API to the following countries:
USA, Canada, India, Germany, UK, Thailand, Australia, Spain, Portugal, Italy, Denmark, Ireland, Luxembourg and Poland
All new users get 3 free credits to try out our API prior to purchasing more credits.

Privacy Policy | Terms of Service