# Overview

JondaX is a health-data processing API with two modules — **Pathology** and **Medical Device**.

Pathology
Asynchronous processing of pathology reports and lab results. Upload a file, receive an `UploadId` immediately, and get structured results POSTed to your callback URL.

**Output formats:** JSON, HL7 v2, FHIR JSON, FHIR XML

**Flow:**


```
Your System → POST file → JondaX API → returns UploadId
                                      ↓ async processing
                              POST results → Your Callback URL
```

**Base endpoint:**


```
POST https://app.jondax.eu/api/master?module=
```

Medical Device
Synchronous extraction from medical device images. Upload an image of a device reading and receive the extracted data directly in the API response. No callback required.

**Supported devices:** pulse oximeter, blood pressure monitor, glucometer, and more.

**Flow:**


```
Your System → POST image → JondaX API → returns extracted data
```

**Base endpoint:**


```
POST https://app.jondax.eu/api/master?module=medical
```

## Compliance

HIPAA · GDPR · PDPA · ISO 27001