SMS API Integration - Complete Documentation
Complete SMS API documentation with examples, endpoints, and integration guides for all platforms.
SMS API Integration Documentation
Complete documentation for our SMS API with examples and integration guides for all platforms.
API Endpoints
- Send SMS: POST /api/send
- Bulk SMS: POST /api/bulk-send
- Delivery Reports: GET /api/reports
- Account Balance: GET /api/balance
Authentication
All API requests require authentication using your API key in the Authorization header.
Rate Limits
API rate limits are applied per account to ensure fair usage and system stability.
SDKs Available
- PHP SDK
- Node.js SDK
- Python SDK
- Java SDK
- cURL Examples