API Reference
REST API for submitting clinical encounters, managing patients, polling physician chat, and reading account state. JSON in, JSON out. This is the API individuals and their personal AI agents use with a personal Appendix account.
Building on the Prescribing API? If your app requests physician reviews for its users, that's a separate contract — its own keys, consent flow, and per-review billing. Start at the Prescribing API overview.
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/jsonunless 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.