Ai Coding Tools
Quickstart — AI Coding Tools
Pick a use case, prompt your coding agent, ship
Common AI coding tasks on Medera, each with a single API call.
See Coding overview.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Pick a use case, prompt your coding agent, ship
curl -X POST https://api.medera.info/api/coding/predict \
-H "Authorization: Bearer $TOKEN" \
-d '{ "code_systems": ["icd-10-cm", "cpt"], "context": { "documentId": "doc_abc" } }'
curl -X POST https://api.medera.info/api/coding/cdi/review \
-H "Authorization: Bearer $TOKEN" \
-d '{ "documentId": "doc_abc" }'
curl -X POST https://api.medera.info/api/coding/sweep \
-H "Authorization: Bearer $TOKEN" \
-d '{ "patient_ids": ["pat_a", "pat_b"], "period": { "from": "2026-04-01", "to": "2026-04-30" } }'