Guide Genetics SMS API

Secure, reliable SMS messaging API powered by Bird platform. Multi-tenant organization management with powerful admin dashboard.

🚀

SMS API

Send SMS messages via Bird platform with simple REST API

🔐

Secure Authentication

Token-based API keys with bcrypt hashing and expiration

🏢

Multi-tenant

Apps → Organizations → API Keys structure for scalability

📊

Admin Dashboard

Beautiful web interface for managing apps, organizations and API keys

🔄

Key Rotation

Generate and manage API keys with rotation support

📱

Cross-platform

Support for Ruby, Node.js, Python, and cURL clients

Quick Start

Send an SMS with a simple API call:

curl -X POST https://sms.guidegenetics.com/api/v1/sms/send \
  -H "X-API-Key: your_api_key" \
  -H "Content-Type: application/json" \
  -d '{"to": "+1234567890", "message": "Hello World!"}'