Skip to main content
The Medera API is split across two services that share authentication, tenant context, and audit infrastructure.
https://mintcdn.com/medera-357fd587/iC-6rAuwl-0aQSw_/icons/ui/server.svg?fit=max&auto=format&n=iC-6rAuwl-0aQSw_&q=85&s=419656a675042e606aca235afc5f7e5c

Backend

Tenant + PHI persistence, workflow + deployment lifecycle, EHR + billing integration, real-time channel.
https://mintcdn.com/medera-357fd587/iC-6rAuwl-0aQSw_/icons/ui/brain.svg?fit=max&auto=format&n=iC-6rAuwl-0aQSw_&q=85&s=0fdc19884888b6cfb111dd1490535243

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

https://mintcdn.com/medera-357fd587/iC-6rAuwl-0aQSw_/icons/ui/circle-x.svg?fit=max&auto=format&n=iC-6rAuwl-0aQSw_&q=85&s=74d340ae357189568e19e85df38a5744

Errors

Error format and common codes.
https://mintcdn.com/medera-357fd587/iC-6rAuwl-0aQSw_/icons/ui/gauge.svg?fit=max&auto=format&n=iC-6rAuwl-0aQSw_&q=85&s=86d89be1336d48350ae7428fc88988b5

Rate Limits

Per-tenant limits.
https://mintcdn.com/medera-357fd587/iC-6rAuwl-0aQSw_/icons/ui/list.svg?fit=max&auto=format&n=iC-6rAuwl-0aQSw_&q=85&s=06db62b7c458fc4bcf2d5c70ee54b716

Pagination

Cursor-based pagination.