Approval before sending
Every account starts in review so traffic stays consent-based and carrier friendly.
Text King gives small teams the Textedly-style business texting experience with a simple API underneath. Buy credits, get reviewed, and send consent-based messages through our Twilio or Telnyx delivery layer.
curl -X POST https://text-king.com/v1/messages \
-H "Authorization: Bearer tk_live_..." \
-d to="+14155550123" \
-d message="Your order is ready for pickup." \
-d consent=trueEvery account starts in review so traffic stays consent-based and carrier friendly.
Send reminders, alerts, reviews, operations updates, and customer follow-ups.
Textbelt-style simplicity with paid credits, quota checks, and delivery callbacks.
The first production surface is intentionally small: send a single SMS, spend credits, track delivery, and respect opt-outs.
POST /v1/messages sends one consent-based SMS.
Authorization uses a Bearer API key, or a key form field for simple clients.
One credit is one SMS segment; long messages spend multiple credits.
Replies containing STOP, QUIT, END, CANCEL, UNSUBSCRIBE, OPT OUT, or REVOKE block future sends.
Checkout creates a pending API key. We review the use case before enabling live sends.