Skip to main content
{ "runId": "550e8400-e29b-41d4-a716-446655440000", "status": "completed", "agent": "light", "timestamp": "2025-01-19T12:00:00.000Z", "sequenceNumber": 7, "result": { "selectedElements": [ { "item": "Hemoglobin A1c", "category": "Laboratory Value", "patient_value": "7.2%", "matching_reason": "Elevated HbA1c indicates suboptimal glycemic control" } ], "patientResponse": "Your recent lab results show elevated blood sugar levels...", "clinicianResponse": "The patient presents with elevated HbA1c (7.2%) indicating...", "citations": { "patient": { "1": { "url": "https://pubmed.ncbi.nlm.nih.gov/12345678/", "title": "Glycemic Control in Type 2 Diabetes", "metadata": { "type": "pubmed" } }, "2": { "url": "https://doi.org/10.2337/dc24-S006", "title": "ADA Standards of Care in Diabetes — Glycemic Goals and Hypoglycemia", "metadata": { "type": "guideline", "source": "ADA", "author": "American Diabetes Association", "doi": "10.2337/dc24-S006", "pubdate": "2024-01-01", "abstract_snippet": "Glycemic management is primarily assessed with the A1C test, which reflects average glycemia over approximately 2-3 months...", "specialties": [ "Endocrinology" ] } } }, "clinician": { "1": { "url": "https://pubmed.ncbi.nlm.nih.gov/87654321/", "title": "ADA Standards of Care 2025", "metadata": { "type": "pubmed" } }, "2": { "url": "https://doi.org/10.2337/dc24-S009", "title": "ADA Standards of Care — Pharmacologic Approaches to Glycemic Treatment", "metadata": { "type": "guideline", "source": "ADA", "author": "American Diabetes Association", "doi": "10.2337/dc24-S009", "pubdate": "2024-01-01", "abstract_snippet": "A patient-centered approach should guide the choice of pharmacologic agents...", "specialties": [ "Endocrinology" ] } } } } } }

Authorizations

x-api-key
string
header
required

API key provided by Helios Intelligence

Body

application/json
runId
string<uuid>
required

Unique identifier for this analysis run

status
enum<string>
required

Indicates successful completion

Available options:
completed
timestamp
string<date-time>
required

ISO 8601 timestamp when the webhook was sent

sequenceNumber
integer
required

Monotonically increasing number for ordering webhooks

Example:

7

result
object
required
agent
enum<string>

The agent type that processed this request

Available options:
light,
deep

Response

200

Webhook received successfully. Return 200 OK to acknowledge receipt.