{
  "request": {
    "method": "POST",
    "path": "/v1/estimate",
    "headers": {
      "Authorization": "Bearer <IPZ_API_KEY>",
      "Content-Type": "application/json"
    },
    "body": {
      "content": "Hello world",
      "source_lang": "en",
      "target_langs": [
        "he"
      ]
    }
  },
  "response": {
    "status": 200,
    "headers": {
      "access-control-allow-credentials": "true",
      "alt-svc": "h3=\":443\"; ma=86400",
      "cf-cache-status": "DYNAMIC",
      "cf-ray": "a1da6ac34b4c2dcc-BKK",
      "content-encoding": "br",
      "content-security-policy": "default-src 'self';base-uri 'self';font-src 'self' https: data:;form-action 'self';frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests",
      "content-type": "application/json; charset=utf-8",
      "cross-origin-opener-policy": "same-origin",
      "cross-origin-resource-policy": "same-origin",
      "date": "Sun, 19 Jul 2026 14:29:13 GMT",
      "etag": "W/\"ff-J1xyQpoi+IMOFH8gvLjIZJ++S9M\"",
      "nel": "{\"report_to\":\"cf-nel\",\"success_fraction\":0.0,\"max_age\":604800}",
      "origin-agent-cluster": "?1",
      "referrer-policy": "no-referrer",
      "report-to": "{\"group\":\"cf-nel\",\"max_age\":604800,\"endpoints\":[{\"url\":\"https://a.nel.cloudflare.com/report/v4?s=yXwyPvXRi58%2FB4MxK7kHhBHw0wC7UIAwIw08cREi0jtuEnYEZ%2BMsVIgwBJOM67E3rKkKQIY5nc8YlKtsxlzvEiN2HS4AfWSg%2FYZDp3M6GIiyX0BOrazX9jdBgCRDkO4H%2BpPU77mUKUSEs4WtJQ%3D%3D\"}]}",
      "server": "cloudflare",
      "strict-transport-security": "max-age=0; includeSubDomains; preload",
      "vary": "Accept-Encoding, Origin, Accept-Encoding",
      "x-content-type-options": "nosniff",
      "x-dns-prefetch-control": "off",
      "x-download-options": "noopen",
      "x-frame-options": "SAMEORIGIN",
      "x-permitted-cross-domain-policies": "none",
      "x-request-id": "req_1784471352948_33nxa5ehd",
      "x-xss-protection": "0"
    },
    "body": {
      "success": true,
      "data": {
        "estimates": {
          "he": {
            "estimated_tokens": 4,
            "confidence": "low",
            "breakdown": {
              "base": 3,
              "languageFactor": 0,
              "htmlComplexity": 0,
              "safetyBuffer": 1,
              "mlAdjustment": 0
            }
          }
        },
        "total_tokens": 4,
        "cache_hit": false
      },
      "timestamp": "2026-07-19T14:29:12.959Z"
    }
  },
  "captured_at": "2026-07-19T14:29:13.140Z",
  "notes": ""
}
