Send your first message in under 5 minutes
curl -X POST https://orbit-api.devotel.io/api/v1/messages/sms \ -H "X-API-Key: dv_live_sk_your_key_here" \ -H "Content-Type: application/json" \ -d '{ "to": "+14155552671", "from": "+14155551234", "body": "Hello from Orbit!" }'
{ "data": { "message_id": "msg_abc123", "status": "queued", "channel": "sms" }, "meta": { "request_id": "req_xyz789", "timestamp": "2026-03-08T00:00:00Z" } }