Give your AI agents the power to send SMS globally. Simple REST API, pay-per-use pricing, real-time conversion tracking, and full token control.
import requests
response = requests.post(
"https://www.smsforai.com/api/v1/sms/send",
headers={"Authorization": "Bearer YOUR_API_TOKEN"},
json={
"to": "+14155552671",
"message": "Your verification code is 4821",
"include_conversion_url": True # track if recipient opens it
}
)
result = response.json()
print(f"SMS sent! ID: {result['sms']['id']}, Cost: ${result['sms']['price_usd']}")
print(f"Remaining balance: ${result['balance']}")
Designed to be used autonomously — your agent can manage its own SMS workflow end-to-end.
Send to 190+ countries. Per-country pricing, always transparent. Query `/api/v1/countries` for live rates.
Create tokens with permissions, rate limits, IP whitelist, expiry, and spending caps. Perfect for multi-agent setups.
Embed a unique URL in each SMS. When the recipient clicks, a conversion event fires — your agent can query it via API.
Prepay via Stripe. Credits deducted per SMS. No subscriptions, no surprises. Top up any amount from $1.
Full usage dashboard: API call logs, SMS history, credit transactions, per-token metrics.
Your agent can send SMS, check balance, query pricing, list history, and report conversions — all via one REST API.
Prepay credits. Each SMS is billed at the destination country rate. No monthly fees.
* Estimates based on US pricing ($0.01/SMS). Rates vary by country.
Sign up in seconds with Google or GitHub. No credit card required to start.
Create Free Account