Relaya Developer Platform
Build on top of Relaya. Manage appointments, access patient records, integrate voice AI, and automate clinical workflows through a unified REST API.
Quick Start
curl -X GET https://api.relaya.one/v1/appointments \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json"Getting Started
Get up and running in 5 minutes with your first API call.
Authentication
API keys, Bearer tokens, and permission scopes.
API Reference
Complete endpoint documentation with examples.
Webhooks
Real-time event notifications for your application.
Voice AI
Access call transcripts and manage transfers.
Appointments
Create, update, and manage patient appointments.
Base URL
https://api.relaya.one/v1All API requests are made to this base URL. Responses are returned in JSON format.