RelayaRelayaDocs
Dashboard

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"

Base URL

https://api.relaya.one/v1

All API requests are made to this base URL. Responses are returned in JSON format.