API Documentation
Learn how to integrate the Luvion Systems Relay into your application workflow.
Getting Started
- Introduction
- Authentication
- Rate Limits
Endpoints
- POST /v1/relay
- GET /v1/health
Introduction
The Luvion Relay API allows you to programmatically trigger transactional notifications from your system nodes. Our API is RESTful and uses standard HTTP status codes.
# Example cURL Request
curl -X POST https://api.luvion.systems/v1/relay \
-H "Authorization: Bearer YOUR_API_KEY" \
-d '{"template": "sys_alert", "recipient": "admin@example.com"}'
curl -X POST https://api.luvion.systems/v1/relay \
-H "Authorization: Bearer YOUR_API_KEY" \
-d '{"template": "sys_alert", "recipient": "admin@example.com"}'