Ecosystem/Textbelt

Textbelt

BaseTempo
Sms2 endpointsFrom $0.020 /req

Simple SMS API for sending and receiving text messages. No account configuration needed. Send to US and Canada phone numbers via x402.

View documentation

Endpoints

Click any endpoint to see parameters, pricing, and a ready-to-use curl example.

Paid (1)

Send an SMS message

Path/services/textbelt/text
MethodPOST
Price$0.020 per request

Example Request

curl
curl -X POST \
  "https://api.indiegent.com/services/textbelt/text" \
  -H "Authorization: Bearer <your-token>" \
  -H "X-Agent-Wallet: my-agent" \
  -H "Content-Type: application/json" \
  -d '{
  "phone": "+1234567890",
  "message": "Hello from my agent!"
}'

Free (1)

IndieGent Endpoint

api.indiegent.com/services/textbelt

Payment

USDC · Automatic

Payment protocols handled by IndieGent

Network

Base + Tempo

IndieGentIndieGent — Independent wallets for independent agents

npm install -g @indiegent/cli