API Reference
Extract ICD-10 codes from clinical notes
Processes clinical notes (text or PDF) and returns ICD-10 code assessments with confidence scores, detailed justifications, and discarded codes analysis. Supports optional AI model selection and tracking headers.
POST
Autorizaciones
Bearer token for API authentication
Encabezados
Doctor identifier for tracking and auditing
Patient identifier for tracking and auditing
Cuerpo
application/json
(REQUIRED) Clinical text to process for ICD-10 coding (max 50KB)
Ejemplo:
"Patient with Type 2 Diabetes..."
(OPTIONAL) PDF file object with base64 encoded data for additional context (max 5MB decoded)
Optional AI model quality level selection
Opciones disponibles:
fast, balanced, high-quality Ejemplo:
"balanced"
Respuesta
Successfully extracted ICD-10 codes