Build on Rymeda's Healthcare Infrastructure
Secure APIs, intelligence services, and compliance-ready systems for modern health applications.
What you can build
Real use cases, not just endpoints. Build on healthcare infrastructure.
Patient Apps
Build patient-facing experiences with secure health data access, appointment scheduling, and care plan visibility.
Provider Tools
Create clinical workflows, documentation tools, and provider dashboards with real-time data from the care engine.
AI Health Workflows
Integrate ORIS APIs for clinical reasoning, document generation, and predictive analytics.
Compliance Automations
Automate audit evidence collection, regulatory monitoring, and compliance reporting across your organization.
Get started quickly
Everything you need to integrate with Rymeda infrastructure.
API Reference
AvailableComplete REST API docs for every infrastructure layer.
Learn moreORIS APIs
AvailableClinical reasoning, document analysis, and automation.
Learn moreDeveloper Sandbox
Private BetaIsolated test environment for API exploration.
Learn moreIntegration Guides
AvailableStep-by-step tutorials for common integrations.
Learn moreAuthentication
AvailableOAuth2 bearer tokens and API key management.
Learn moreWebhooks
PlannedEvent-driven integrations for key platform events.
Learn moreExplore the API
A selection of core endpoints across the platform. Every endpoint follows REST conventions with consistent error handling and pagination.
/v1/care/sessionsCreate a new care session for a client. Automatically validates service authorization and provider credentials.
curl -X POST https://api.rymeda.com/v1/care/sessions \
-H "Authorization: Bearer rym_test_your_api_key_here" \
-H "Content-Type: application/json" \
-d '{
"clientId": "client_123",
"serviceType": "behavioral_health",
"providerId": "prov_456",
"startTime": "2025-01-15T09:00:00Z"
}'/v1/revenue/claimsList all claims with filtering by status, payer, date range, and service type. Supports cursor-based pagination.
/v1/intelligence/queryQuery the ORIS intelligence engine with natural language. Returns structured insights from clinical and operational data.
{
"query": "Show clients with overdue progress notes this week",
"context": {
"organizationId": "org_100",
"serviceTypes": ["behavioral_health", "personal_care"]
}
}SDKs in development
Client libraries are in private beta. In the meantime, the REST API is fully available and all examples below work with standard HTTP clients.
Node.js
npm install @rymeda/sdkPython
pip install rymedaGo
go get github.com/rymeda/rymeda-goCore developer layers
Build on infrastructure, not a toy API.
Key capabilities
Ready to integrate?
Start building with Rymeda APIs today. Full documentation and engineering support available.