Secure, reliable SMS messaging API powered by Bird platform. Multi-tenant organization management with powerful admin dashboard.
Send SMS messages via Bird platform with simple REST API
Token-based API keys with bcrypt hashing and expiration
Apps → Organizations → API Keys structure for scalability
Beautiful web interface for managing apps, organizations and API keys
Generate and manage API keys with rotation support
Support for Ruby, Node.js, Python, and cURL clients
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!"}'