Textbelt

Textbelt

SMS
basesolana
2 endpoints

Simple SMS API. Send and receive text messages with no account needed. US and Canada only.

Base URLhttps://api.dao.pub/market/textbelt
GET/status/{textId}Free

Check the delivery status of a sent SMS.

Replace {textId} with the ID returned from POST /text.

Path
textIdstring (required)
POST/text$0.02

Send an SMS message to a US or Canada phone number.

POST JSON body with phone and message. Returns success status and textId for tracking.

Body
phonestring (required, 10-digit phone number)
messagestring (required, SMS content)