Skip to main content
The Medera API is split across two services that share authentication, tenant context, and audit infrastructure.

Backend

Tenant + PHI persistence, workflow + deployment lifecycle, EHR + billing integration, real-time channel.

AI Services

Multimodal engines, Neurobehavioral Construct, Care Orchestrator, Medera Voice, clinical NLP.
In production the public host is api.medera.info and routes to both services through the API gateway.

Base URLs

  • Backend: http://localhost (dev) / http://backend (Docker)
  • AI Services: http://localhost (dev) / http://ai-services (Docker)

Authentication

Content type

Request and response bodies are JSON. File uploads use multipart/form-data. Recordings, audio, and video uploads use multer (Backend) or UploadFile (AI Services). Max 150 MB per file.

Conventions

What’s next

Errors

Error format and common codes.

Rate Limits

Per-tenant limits.

Pagination

Cursor-based pagination.