API Documentation & Developer Resources
Choose your path. Whether you're a seasoned engineer, just getting started, or building a custom platform on top of our gateway, we have the resources you need.
Experienced Developers
Know exactly what you're looking for? Dive straight into our comprehensive API reference documentation. Detailed endpoints, parameters, and raw specifications.
View API Reference (PDF)Beginner / Interactive
New to APIs or prefer a visual approach? Use our interactive Swagger UI to explore endpoints, generate and run sample code, and view live payloads in a sandbox environment.
Open Swagger UIBuild SMS Apps Faster With AI
Our OpenAPI specification enables AI tools including ChatGPT, Claude, Replit, Cursor, GitHub Copilot, n8n, and Zapier to generate SMS integrations and webhook workflows automatically.
Build Your Own SMS AppImplementation guides
Step-by-step walkthroughs with working code, from first call to production.
160Verify OTP authentication
Implement SMS one-time-password login end to end: configuration, send and verify endpoints, status codes, and working PHP for both calls.
Read the guide →SMS delivery statuses
Every statusCode and status text the API returns, how real-time delivery receipts reach your webhook, and a worked example response.
Read the guide →SMS API error responses
Every HTTP status the API returns (400, 401, 404, 429 and 5xx), the errors array format with real example bodies, how batch rejection works, and how to retry safely within the rate limit.
Read the guide →Vibe Code Any SMS App in Minutes Using Our OpenAPI Specification
You can build almost any SMS application using our API documentation and an AI tool or LLM (like ChatGPT, Claude, Cursor, Replit, Lovable, Vercel v0, or GitHub Copilot). Below is an example of how to build an SMS scheduling app using our API.
ChatGPT
Claude
Cursor
Replit
Lovable
Windsurf
Gemini
Bolt
ChatGPT
Claude
Cursor
Replit
Lovable
Windsurf
Gemini
Bolt
Step 1: Download our OpenAPI Specification
You will need to paste this YAML file into your AI chat box along with the prompt.
Preview of the SMS reminder app using the steps above