{
  "@context": "https://schema.org",
  "@type": "WebAPI",
  "name": "POST /agent-zk/prove",
  "dateModified": "2026-06-03T04:04:40.848Z",
  "endpoint": {
    "method": "POST",
    "url": "https://xn--82czbx2bczd4fl8a.online/agent-zk/prove"
  },
  "request": {
    "required": [
      "circuitId",
      "publicInputs",
      "witness"
    ]
  },
  "response": {
    "fields": [
      "proof",
      "publicSignals",
      "verificationKeyUrl"
    ]
  },
  "sla": "P95 < 1200ms for ≤1M-constraint circuits"
}