DM
DMTEXT
API DOCUMENTATION

GETTING STARTED

The DMText API allows you to send and receive SMS/MMS messages programmatically.

QUICK START

  1. Create an API key from your dashboard
  2. Make sure you have an active phone number
  3. Send your first message using the API

BASE URL

https://dmtext.com/api/v1

RATE LIMITS

API keys have configurable rate limits. Default limits are:

  • 60 requests per minute
  • 10,000 requests per day

Rate limit headers are included in every response:

X-RateLimit-Limit: 60
X-RateLimit-Remaining: 59
X-RateLimit-Reset: 1704067200