API reference

Dental Image Conversion API

Converts Dexis and Eaglesoft dental x-ray image formats to JPEG. Sign up to get an API key.

Authentication

Send your API key in the X-API-Key header on every request. Missing or invalid keys get a 401.

X-API-Key: <your key>

Convert an image

POST /convert/dexis
POST /convert/eaglesoft

Multipart form upload with a single file field containing the image. On success, the response body is the converted image as raw JPEG bytes (Content-Type: image/jpeg).

curl -X POST -H "X-API-Key: <your key>" \
  -F "file=@scan.eop" \
  https://image-converter-api-2mp7suxolq-uc.a.run.app/convert/eaglesoft \
  -o converted.jpg

Errors

Errors are JSON: {"error": "..."}.

StatusMeaning
400Unknown image type in the URL, or no file field in the upload
401Missing or invalid X-API-Key header
422The uploaded file couldn't be converted (corrupted, wrong format for the endpoint, or an unsupported case such as a multi-tile Eaglesoft capture group)

Response headers

HeaderMeaning
X-App-VersionThe deployed release version handling your request. Include it when reporting an issue.
X-Request-IdA unique ID for this conversion request. Include it when reporting an issue — it's what we use to look up what happened server-side.

Pricing

RateWhen it applies
$0.10 / conversionDefault
$0.08 / conversionAI-training consent in effect for that image

Billed monthly. No trial, no minimum. Sign up to get started.