{
  "x402Version": 2,
  "id": 15818,
  "slug": "15818",
  "resource": "https://qf-api.quietforge-studio.workers.dev/v1/crossword/pdf",
  "description": "The same verified crossword as print-ready PDFs: puzzle page (title, subtitle, numbered grid, Across/Down clues) plus an answer-key page, in 8x10 in (frame-ready, 0.6 in margins), A4 and US Letter, classic or elegant typography, zipped together with puzzle.json and returned as base64. Typography and a grid only, no images.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0x3F5115236f25618c16021E983acaAF2CAaa1A35e",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "100000",
      "maxTimeoutSeconds": 300
    }
  ],
  "outputSchema": {
    "type": "object",
    "properties": {
      "title": {
        "type": "string"
      },
      "entries": {
        "type": "integer"
      },
      "rows": {
        "type": "integer"
      },
      "cols": {
        "type": "integer"
      },
      "crossings": {
        "type": "integer"
      },
      "seed": {
        "type": "integer"
      },
      "style": {
        "type": "string"
      },
      "files": {
        "type": "array",
        "items": {
          "type": "string"
        }
      },
      "pages": {
        "type": "object"
      },
      "content_type": {
        "type": "string"
      },
      "bytes": {
        "type": "integer"
      },
      "content_base64": {
        "type": "string"
      },
      "elapsed_ms": {
        "type": "integer"
      }
    },
    "required": [
      "title",
      "entries",
      "files",
      "content_type",
      "bytes",
      "content_base64"
    ]
  },
  "tags": [
    "crossword",
    "pdf",
    "print-ready",
    "gift",
    "generator"
  ],
  "sourceHost": "walnut-cobble-pm48.here.now",
  "lastUpdated": "2026-09-21T05:57:15.018Z",
  "quality": {},
  "liveness": {
    "isLive": true,
    "lastCheckedAt": "2026-09-21T06:04:23.404Z",
    "reliability": {
      "checks": 1,
      "live": 1
    }
  },
  "verified": true,
  "featured": false,
  "provider": {
    "host": "walnut-cobble-pm48.here.now",
    "manifest_name": "Quietforge Docs API",
    "source": "submitted",
    "source_manifest_url": "https://walnut-cobble-pm48.here.now/.well-known/x402.json",
    "submitted_at": "2026-09-21T05:57:15.018Z"
  },
  "exampleResponse": {
    "title": "string",
    "entries": 0,
    "rows": 0,
    "cols": 0,
    "crossings": 0,
    "seed": 0,
    "style": "string",
    "files": [
      "string"
    ],
    "pages": {},
    "content_type": "string",
    "bytes": 0,
    "content_base64": "string",
    "elapsed_ms": 0
  }
}