POST /api/v1/agent
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.
Processing Flow:
- Request validation and API key authentication
- Immediate response with
runIdandstatus: "accepted"(returns in ~1 second) - Background analysis continues (5-8 minutes for Light Agent, 10-13 minutes for Deep Agent)
- Status updates sent to your webhook during processing
- Final results delivered to your webhook URL
Agent Types:
light: Fast analysis (5-8 minutes), $0.65/rundeep: Comprehensive analysis (10-13 minutes), $3.50/run
Authorizations
API key provided by Helios Intelligence
Body
URL where analysis results will be delivered via webhook
"https://your-server.com/webhook/helios"
Type of analysis to perform
light, deep "light"
Patient health data for analysis. All fields are optional except at least some health data should be provided.
Response
Request accepted - analysis started in background
Unique identifier for this analysis run
"550e8400-e29b-41d4-a716-446655440000"
Request was accepted and processing has started in the background
accepted "accepted"
Human-readable status message
"Request accepted. Results will be delivered to your webhook."