{
  "@context": "https://schema.org",
  "@type": "WebAPI",
  "name": "Deepfake Detect API",
  "endpoint": "https://xn--82czbx2bczd4fl8a.online/api/deepfake/v1/detect",
  "method": "POST",
  "responseSchema": {
    "verdict": "real|synthetic|inconclusive",
    "confidence": "number",
    "detectorVotes": "array",
    "evidence": "object"
  }
}