Skip to main content

Qlara Partner Gateway

Send SMS, RCS, and WhatsApp messages through a single unified REST API. The Qlara Partner Gateway handles delivery, fallback, campaign management, and real-time tracking — so you can focus on building your product.

Ready to Start?

Jump to the Quick Start guide and send your first message in under 3 minutes.

How It Works

  1. Authenticate — get your API key from the dashboard and include it in the X-Api-Key header
  2. Choose a Channel — SMS for universal reach, RCS for rich media on Android, WhatsApp for high engagement
  3. Send & Track — dispatch messages and monitor delivery via webhooks or polling

The platform supports automatic fallback: if WhatsApp delivery fails, the system tries RCS, then SMS — ensuring your message always reaches the recipient.

Getting Started

GuideDescription
IntroductionPlatform overview, architecture, and key concepts
Quick StartSend your first SMS, RCS, or WhatsApp message in 3 minutes
AuthenticationAPI Key, Basic Auth, and IP Whitelist setup

Guides

GuideDescription
Messaging ChannelsCompare SMS, RCS, and WhatsApp — features, use cases, and selection guidance
WebhooksReal-time delivery notifications, payload structure, and receiver examples
CampaignsCreate, schedule, and track bulk messaging campaigns

API Reference

Every endpoint includes code examples in cURL, Python, Node.js, PHP, Java, C#, Go, and Ruby.

SMS

APIDescription
SMS REST APIModern REST endpoint with placeholders, scheduling, and simulation
SMS Legacy APIBatch sending via legacy HTTP API — backward-compatible
SMPP ProtocolBinary protocol over TLS for high-throughput delivery
Inbound SMSReceive messages via email or HTTP webhook

RCS

APIDescription
RCS APIRich messages with images, cards, carousels, and interactive buttons
RCS TemplatesCreate reusable templates — TEXT, CARD, CAROUSEL with SMS fallback

WhatsApp

APIDescription
WhatsApp APITemplate-based and free-form messaging via Meta's platform

Network Services

APIDescription
Credit CheckQuery account balance in real time
MNP LookupCarrier, porting status, and network details for any mobile number

Developer Tools

ResourceDescription
AI IntegrationUse our docs with ChatGPT, Claude, Copilot, Cursor
llms.txtMachine-readable API overview (2 KB)
llms-full.txtComplete docs in a single file (~180 KB)
FAQCommon questions about authentication, sending, templates, and webhooks

Authentication

All APIs authenticate via the X-Api-Key header. See the Authentication Guide for details.

MethodHeaderUsed By
API KeyX-Api-Key: your-keyAll APIs (recommended)
Basic AuthAuthorization: Basic base64(user:pass)Legacy SMS, Credit Check, MNP

Need Help?