ChartHero Developer Docs
Request accessAPI ReferenceOpenAPI JSON

Core Concepts

Public API v1

API Reference

Use this page as the entry point for ChartHero's public REST and webhook contracts. The generated endpoint reference below is built from OpenAPI 3.1.0, contract v1.

Base URL

Replace the placeholder host with the API host ChartHero provides.

https://api.example.test/external/v1

Authentication

Send the API key from server-side code with this header.

Authorization: Bearer <api_key>Review authenticationRequest access

OpenAPI JSON

Download the exact bundled schema used by this reference.

OpenAPI JSON

Resources

5 REST routes

Encounters

List encounters and read one encounter by opaque ID.

GET /external/v1/encountersGET /external/v1/encounters/{encounter_id}

Documents

Read supported clinical document details for an encounter.

GET /external/v1/encounters/{encounter_id}/documents/{document_id}

Transcripts

Fetch finalized ambient transcript turns and timing.

GET /external/v1/encounters/{encounter_id}/documents/{document_id}/transcript

Audio

Request short-lived URLs for eligible recording-backed audio.

GET /external/v1/encounters/{encounter_id}/documents/{document_id}/audio

Webhooks

Planned / not generally available

Review planned pointer notifications and receiver response rules.

recording.transcript_ready

Generated from OpenAPI

ChartHero Public API

The raw schema is available at /openapi/v1/openapi.json.

SurfaceSummary
GET /external/v1/encountersList public encounters
GET /external/v1/encounters/{encounter_id}Get a public encounter
GET /external/v1/encounters/{encounter_id}/documents/{document_id}Get a public document
GET /external/v1/encounters/{encounter_id}/documents/{document_id}/audioGet a public document audio URL
GET /external/v1/encounters/{encounter_id}/documents/{document_id}/transcriptGet a public document transcript
recording.transcript_readyPlanned / not generally available webhook contract (planned_not_generally_available): Receive recording transcript-ready notifications
Loading...

Loading generated API reference

Rendering the bundled OpenAPI contract.