SMS Platform Developer Documentation

Welcome to the SMS Platform API documentation. This guide explains how external developers can integrate with our SMS platform to send messages programmatically.

What is this platform?

This platform provides APIs that allow developers to send bulk SMS messages through our system. Developers can integrate these APIs into their applications to send:

  • Notifications and alerts
  • Marketing campaigns
  • Transactional messages
  • Reminders and confirmations

Quick Start

Get an API Key

Obtain your API key from the dashboard. Your API key is used to authenticate all requests.

Create a Sender ID

Register and get approval for your sender ID. This is the name that will appear as the sender of your messages.

Make API Requests

Send SMS using our REST API. Check out the code examples to get started quickly.

API Overview

EndpointMethodDescription
/api/send-smsPOSTSend SMS immediately
/api/scheduled-messages-directPOSTSchedule SMS for later
/api/scheduled-messages-direct/{id}DELETECancel a scheduled SMS

Explore the Documentation