# Helios API Documentation ## Docs - [EHR Agent](https://docs.heliosai.health/api-reference/ehr-agent.md): Analyze comprehensive health records with AI-powered insights - [Ehr agent webhook](https://docs.heliosai.health/api-reference/ehr-agent-webhook.md): Sent to your webhook URL when EHR Agent analysis is complete (success or error). - [API Overview](https://docs.heliosai.health/api-reference/introduction.md): Helios API endpoints and shared concepts - [Lab Results Agent](https://docs.heliosai.health/api-reference/lab-results.md): Analyze lab results with patient context for clinical interpretation - [Lab results agent webhook](https://docs.heliosai.health/api-reference/lab-results-agent-webhook.md): Sent to your webhook URL when Lab Results Agent analysis is complete (success or error). - [POST /api/v1/agent](https://docs.heliosai.health/api-reference/post-apiv1agent.md): Submit health data for AI analysis. The API validates your request and immediately returns a run ID. Results are delivered asynchronously to your webhook URL. - [POST /api/v1/lab-results](https://docs.heliosai.health/api-reference/post-apiv1lab-results.md): 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. - [Authentication](https://docs.heliosai.health/authentication.md): How to authenticate with the Helios API - [Quickstart](https://docs.heliosai.health/quickstart.md): Get started with the Helios API in 5 minutes - [Rate Limits](https://docs.heliosai.health/rate-limits.md): Understand concurrency limits and rate limiting - [Response Format](https://docs.heliosai.health/response-format.md): Understanding the structure of patient and clinician responses with citations - [Webhooks](https://docs.heliosai.health/webhooks.md): Receive analysis results and verify webhook signatures - [Welcome to Helios](https://docs.heliosai.health/welcome.md): Helios AI Health Agents - intelligent health data analysis and insights powered by AI. ## OpenAPI Specs - [v1](https://docs.heliosai.health/openapi/v1.yaml)