Documentation

Everything you need
to build and scale.

Guides, API references, and best practices for managing your AI-driven practice platform.

K
75Articles
13Categories
RESTAPI Format
99.9%Uptime SLA
HIPAACompliant
Start here
Browse by category
Platform API
REST API — fully documented
Every endpoint, payload schema, and error code. Authentication via Bearer tokens with per-tenant scoping.
# Fetch a patient record
curl -X GET https://api.ib365.ai/v1/patients/p_01J \
  -H "Authorization: Bearer <token>" \
  -H "X-Tenant-ID: tenant_xyz"