A powerful, scalable API for sending SMS messages and managing communications
Send an SMS message
Retrieve SMS message history
Get available phone numbers
Get SMS statistics
Health check endpoint
Add the SMS_API_KEY to your Vercel project:
SMS_API_KEY=eiLNR4JGjMmMq3No9g7e8pIvLrgcodTS8nlnqdw9slL07qlRU29ppaayzlLbEV1pcurl -X POST https://your-domain.com/api/v1/sms/send \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"from": "+12267693223", "to": "+12262465634", "text": "Hello!"}'