Skip to main content

API Reference

REST API for submitting clinical encounters, managing patients, polling physician chat, and reading account state. JSON in, JSON out.

Base URL

https://api.appendix.com

All paths in this reference are relative to that base. Versioned under /api/v1/.

Conventions

  • Content type. Requests and responses are application/json unless otherwise noted (image upload uses multipart).
  • Errors. Non-2xx responses return {"error": "..."} with the HTTP status code carrying the meaning.
  • IDs. UUIDs unless explicitly tokens. Encounter ownership is enforced on every authenticated read — foreign IDs return 404.
  • Timestamps. RFC 3339 / ISO 8601, UTC.

Where to start

Endpoints