{
  "x402Version": 2,
  "id": 15815,
  "slug": "15815",
  "resource": "https://qf-api.quietforge-studio.workers.dev/v1/typeset/outline",
  "description": "Detect the structure of a book manuscript before typesetting it: the chapter list our engine will use (numbered / unnumbered), words and scene breaks per chapter, paragraph count, characters the book font cannot print, and the warnings a full build would raise. Same parser as /v1/typeset, so what you see here is exactly how the book will be divided.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0x3F5115236f25618c16021E983acaAF2CAaa1A35e",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "10000",
      "maxTimeoutSeconds": 300
    }
  ],
  "outputSchema": {
    "type": "object",
    "properties": {
      "words": {
        "type": "integer"
      },
      "chapters": {
        "type": "array",
        "items": {
          "type": "object"
        }
      },
      "paragraphs": {
        "type": "integer"
      },
      "scene_breaks": {
        "type": "integer"
      },
      "missing_glyphs": {
        "type": "string"
      },
      "warnings": {
        "type": "array",
        "items": {
          "type": "string"
        }
      },
      "elapsed_ms": {
        "type": "integer"
      }
    },
    "required": [
      "words",
      "chapters"
    ]
  },
  "tags": [
    "typesetting",
    "books",
    "manuscript",
    "kdp",
    "publishing"
  ],
  "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": {
    "words": 0,
    "chapters": [
      {}
    ],
    "paragraphs": 0,
    "scene_breaks": 0,
    "missing_glyphs": "string",
    "warnings": [
      "string"
    ],
    "elapsed_ms": 0
  }
}