{
  "@context": "https://schema.org",
  "@type": "WebAPI",
  "name": "Watermark Detect API",
  "endpoint": "https://xn--82czbx2bczd4fl8a.online/api/watermark/v1/detect",
  "method": "POST",
  "responseSchema": {
    "present": "boolean",
    "confidence": "number",
    "algorithm": "string",
    "payload": "string",
    "tamperFlags": "array"
  }
}