{
  "x402Version": 2,
  "id": 15984,
  "slug": "15984",
  "resource": "https://qf-api.quietforge-studio.workers.dev/v1/familytree/pdf",
  "description": "The same verified chart as print-ready PDFs: 24x36 in and A3 single-sheet posters (chart scaled to fill, generation labels, footer), plus US Letter and A4 files with a one-page overview, readable tiles with crop marks and overlap for taping, and an index of every person; classic or elegant typography; zipped with chart.json and returned as base64. Typography, boxes and lines only, no images.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0x3F5115236f25618c16021E983acaAF2CAaa1A35e",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "100000",
      "amountUsd": 0.1,
      "maxTimeoutSeconds": 300
    }
  ],
  "outputSchema": {
    "type": "object",
    "properties": {
      "title": {
        "type": "string"
      },
      "chart": {
        "type": "string"
      },
      "generations": {
        "type": "integer"
      },
      "people": {
        "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",
      "chart",
      "people",
      "files",
      "content_type",
      "bytes",
      "content_base64"
    ]
  },
  "tags": [
    "genealogy",
    "family-tree",
    "pdf",
    "print-ready",
    "gedcom"
  ],
  "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": {
    "title": "string",
    "chart": "string",
    "generations": 0,
    "people": 0,
    "style": "string",
    "files": [
      "string"
    ],
    "pages": {},
    "content_type": "string",
    "bytes": 0,
    "content_base64": "string",
    "elapsed_ms": 0
  }
}