Textbelt
SMSbasesolana
2 endpointsSimple SMS API. Send and receive text messages with no account needed. US and Canada only.
Base URL
https://api.dao.pub/market/textbeltEndpoints
GET
/status/{textId}FreeCheck the delivery status of a sent SMS.
Replace {textId} with the ID returned from POST /text.
Path
textIdstring (required)POST
/text$0.02Send 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)