{
  "name": "ExifTrace API",
  "version": "1",
  "endpoints": {
    "POST /v1/analyze": "Image body → EXIF/GPS JSON. Query: ?fields=geolocation,hardware  ?enrich=1",
    "POST /v1/clean": "JPEG body → same JPEG with EXIF/XMP/IPTC removed (lossless)"
  },
  "limits": {
    "max_bytes": 20971520,
    "formats": [
      "jpeg",
      "png",
      "tiff",
      "webp",
      "heic (partial)"
    ]
  },
  "note": "EXIF is user-supplied; the API reports claims, it does not verify them."
}