> ## Documentation Index
> Fetch the complete documentation index at: https://docs.onvy.health/llms.txt
> Use this file to discover all available pages before exploring further.

# Visual overview

> An interactive map of how provider and SDK data becomes harmonized records, scores, webhooks, and the REST resources you read.

ONVY Health API is **one interface**: data flows in on the left edge (provider webhooks, SDK uploads,
backfills), is harmonized, merged and scored inside, and comes back out on the right edge — **nine REST
resource families**, an **OpenAI-compatible chat**, and **HMAC-signed webhooks**. Around it sit the only two
external worlds: where the data is born, and your integration. Click any block for endpoints, data shapes
and payload examples; use the flow filter to trace one path end to end.

<div id="onvy-pipeline" />

<Note>
  Processing is asynchronous: uploads return `202 accepted`, and the resulting records, scores and
  summaries arrive moments later — as webhook events and through the read APIs.
</Note>
