GETTING STARTED
The DMText API allows you to send and receive SMS/MMS messages programmatically.
QUICK START
- Create an API key from your dashboard
- Make sure you have an active phone number
- 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
X-RateLimit-Remaining: 59
X-RateLimit-Reset: 1704067200