Distopia22/icd-cpt-coding-api-backend
0
1---2title: ICD CPT Coding API Backend3emoji: ๐ง4colorFrom: blue5colorTo: green6sdk: docker7pinned: false8license: mit9---10 11# ICD-10 and CPT Coding API - Backend12 13FastAPI backend service for medical coding analysis.14 15## API Endpoints16 17- **POST /api/v1/analyze** - Analyze provider notes18- **GET /api/v1/health** - Health check19 20## Documentation21 22- Interactive Docs: `/docs`23- ReDoc: `/redoc`24 25## Environment Variables26 27Set in Hugging Face Space Settings โ Repository secrets:28 29- `GROQ_API_KEY`30- `MODEL_ID`31 