{
  "x402Version": 2,
  "id": 15814,
  "slug": "15814",
  "resource": "https://qf-api.quietforge-studio.workers.dev/v1/sudoku/book",
  "description": "Build a finished, print-ready sudoku book (30-60 puzzles): title page with the name and dedication you supply, how-to-solve page, puzzles grouped by level with section dividers, solutions at the back; delivered as a zip (A4 PDF, US Letter PDF, puzzles.json, README) in base64. Standard (4 per page) or large print (2 per page). Every puzzle solver-verified unique and technique-graded. Typography only, no images.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0x3F5115236f25618c16021E983acaAF2CAaa1A35e",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "250000",
      "maxTimeoutSeconds": 300
    }
  ],
  "outputSchema": {
    "type": "object",
    "properties": {
      "name": {
        "type": "string"
      },
      "count": {
        "type": "integer"
      },
      "pages": {
        "type": "integer"
      },
      "size": {
        "type": "string"
      },
      "seed": {
        "type": "integer"
      },
      "files": {
        "type": "array",
        "items": {
          "type": "string"
        }
      },
      "content_type": {
        "type": "string"
      },
      "bytes": {
        "type": "integer"
      },
      "content_base64": {
        "type": "string"
      },
      "elapsed_ms": {
        "type": "integer"
      }
    },
    "required": [
      "name",
      "count",
      "pages",
      "content_type",
      "bytes",
      "content_base64"
    ]
  },
  "tags": [
    "sudoku",
    "puzzle-book",
    "pdf",
    "print-ready",
    "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": {
    "name": "string",
    "count": 0,
    "pages": 0,
    "size": "string",
    "seed": 0,
    "files": [
      "string"
    ],
    "content_type": "string",
    "bytes": 0,
    "content_base64": "string",
    "elapsed_ms": 0
  }
}