Documentation

Everything toship with Scribara.

Guides, references, and integration patterns — written to be readable without any motion. Start with the quickstart, then go deep on agents, FHIR, and on-prem deployment.

Guides · API reference · FHIR · Agents · Security · On-prem

Epic FHIRathenahealthNVIDIA InceptionHL7SOC 2HIPAA
Get started

First steps

The fastest path from zero to a signed note.

Quickstart

Create your first encounter in minutes.

Learn more

Authentication

API keys, scopes, and rotation.

Learn more

Encounters API

Create, fetch, and sign encounters.

Learn more

Errors & retries

Idempotency and durable workflows.

Learn more
Concepts

Go deeper

Understand the platform's core ideas.

Owned models

Riva ASR, NeMo reasoning, Clara imaging.

Learn more

Agents & guardrails

Plan, verify, act with abstention.

Learn more

Coding & claims

Evidence-linked codes and denial risk.

Learn more

FHIR integration

Epic and athenahealth write-back.

Learn more

On-prem deployment

NIM on NVIDIA AI Enterprise.

Learn more
Integration guide

FHIR write-back in four steps

A condensed version of the full guide.

  1. 1

    Map

    Match Scribara outputs to FHIR resources.

  2. 2

    Authorize

    Exchange tokens with the EHR sandbox.

  3. 3

    Write

    POST DocumentReference and Claim, idempotently.

  4. 4

    Verify

    Confirm the signed note and codes landed.

docs · curl
curl -X POST https://api.www.scribaralabs.com/v1/encounters \
  -H "Authorization: Bearer sk_live_…" \
  -d "specialty=cardiology"
Reference

Docs at a glance

0
API surfaces
0
Specialty guides
0
SDK references
0
On-prem playbook
Note on accessibility

Docs are never gated behind motion

Every documentation page renders its full content in the DOM with motion disabled. Code samples, tables, and references are readable with reduced motion on, on mobile, and to screen readers — animation only ever affects presentation.

If you spot a gap or an error in these docs, contact us; the reference is versioned and updated continuously.

Answers

Frequently asked

The quickstart on the Developers page gets you to a signed note in minutes.

Yes — available with sandbox access alongside the SDKs.

See the on-prem playbook; deployment uses NIM on NVIDIA AI Enterprise. [ASPIRATIONAL]

Read the docs, ship the build.

Open the quickstart and create your first encounter.