Prerequisites
API Key
Get your API key from the Helios Dashboard
Webhook Endpoint
A publicly accessible HTTPS endpoint to receive results
Step 1: Set Up Your Webhook
Create an endpoint to receive analysis results. Here’s a minimal example:Step 2: Make Your First API Call
Helios has two endpoints depending on your use case:| Endpoint | Best For | Request Format |
|---|---|---|
POST /api/v1/agent | Comprehensive EHR analysis (labs, conditions, medications, imaging, genetics) | Structured EHR data wrapper |
POST /api/v1/lab-results | Lab result interpretation | Simple lab results array + optional patient context |