Sendly SMS API Documentation

Sendly provides a modern, developer-friendly API for sending SMS messages worldwide. Our platform is designed to be simple, reliable, and easy to integrate.

Key Features

Quick Start

curl -X POST https://sendly.live/api/v1/messages \
  -H "Authorization: Bearer sk_live_YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"to": "+15551234567", "text": "Hello from Sendly!", "messageType": "marketing"}'

Base URL

All API requests should be made to: https://sendly.live/api/v1

Documentation Sections