Skip to main content

API Reference

Every endpoint, with request and response schemas and a live “Try it” playground, is listed in the Endpoints section of this tab’s sidebar.

Basics

  • Base URL: https://api.healos.ai/ext-api/v1
  • Auth: send your key as X-API-Key: hlsk_... on every request — see Authentication.
  • Shape: success responses are { "data": ... }; list endpoints add a meta block. Errors are { "error": ... }. See Making Requests and Error Handling.

Resources

The bulk export endpoint (GET /notes/export, with format=json|csv|ndjson) is documented in the Clinical Notes guide, not in the endpoint playground.