Submit lab results for AI-powered analysis and interpretation. The API validates your request and immediately returns a run ID. Results are delivered asynchronously to your webhook URL.
Use Case:
This endpoint is optimized for lab result interpretation. Unlike the general EHR Agent (/api/v1/agent) which performs element selection from comprehensive health data, the Lab Results Agent accepts lab tests directly and focuses on:
Processing Flow:
runId and status: "accepted" (returns in ~1 second)Element Limits:
Pricing: $0.65 per request
API key provided by Helios Intelligence
Array of lab test results to analyze. Dates are recommended for proper recency-based sorting. Max 200 labs processed.
1Patient context for lab interpretation
URL where analysis results will be delivered via webhook
"https://your-server.com/webhook/helios"
Request accepted - analysis started in background
Unique identifier for this analysis run
"550e8400-e29b-41d4-a716-446655440000"
Request was accepted and processing has started
accepted "accepted"
Human-readable status message
"Request accepted. Results will be delivered to your webhook."