{
  "x402Version": 2,
  "id": 15986,
  "slug": "15986",
  "resource": "https://qf-api.quietforge-studio.workers.dev/v1/dataset-audit/pdf",
  "description": "The same data-quality audit as a compact PDF summary (score, top issues, a per-column table, PII-pattern flags; usually one page, more for wide datasets) zipped with report.json and returned as base64. Your data is held only in a temporary file for the duration of the request, deleted immediately after, and never logged or retained. PII-pattern hits (email/phone/SSN/credit-card-like) lower the quality_score but the matched values themselves are never returned. Do not submit data you are not authorized to process; this is a diagnostic tool, not a compliance or legal service. Typography and a plain table only, no charts.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0x3F5115236f25618c16021E983acaAF2CAaa1A35e",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "80000",
      "amountUsd": 0.08,
      "maxTimeoutSeconds": 300
    }
  ],
  "outputSchema": {
    "type": "object",
    "properties": {
      "row_count": {
        "type": "integer"
      },
      "col_count": {
        "type": "integer"
      },
      "quality_score": {
        "type": "integer"
      },
      "duplicate_row_count": {
        "type": "integer"
      },
      "files": {
        "type": "array",
        "items": {
          "type": "string"
        }
      },
      "pages": {
        "type": "integer"
      },
      "content_type": {
        "type": "string"
      },
      "bytes": {
        "type": "integer"
      },
      "content_base64": {
        "type": "string"
      },
      "elapsed_ms": {
        "type": "integer"
      }
    },
    "required": [
      "row_count",
      "col_count",
      "quality_score",
      "files",
      "content_type",
      "bytes",
      "content_base64"
    ]
  },
  "tags": [
    "dataset",
    "data-quality",
    "pdf",
    "report",
    "ml-tooling"
  ],
  "sourceHost": "quietforge-studio.pages.dev",
  "lastUpdated": "2026-09-22T10:37:14.010Z",
  "quality": {},
  "liveness": {
    "reliability": null
  },
  "verified": true,
  "featured": false,
  "provider": {
    "host": "quietforge-studio.pages.dev",
    "manifest_name": "Quietforge Docs API",
    "source": "submitted",
    "source_manifest_url": "https://quietforge-studio.pages.dev/.well-known/x402.json",
    "submitted_at": "2026-09-22T10:37:14.010Z"
  },
  "exampleResponse": {
    "row_count": 0,
    "col_count": 0,
    "quality_score": 0,
    "duplicate_row_count": 0,
    "files": [
      "string"
    ],
    "pages": 0,
    "content_type": "string",
    "bytes": 0,
    "content_base64": "string",
    "elapsed_ms": 0
  }
}