{
  "x402Version": 2,
  "id": 15694,
  "slug": "15694",
  "resource": "https://renaissance-village-cheapest-downtown.trycloudflare.com/v1/pdf/text",
  "description": "Extract text per page from a PDF (plus metadata) as JSON. Digital PDFs only, no OCR.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0x3F5115236f25618c16021E983acaAF2CAaa1A35e",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "5000",
      "maxTimeoutSeconds": 300
    }
  ],
  "outputSchema": {
    "type": "object",
    "properties": {
      "page_count": {
        "type": "integer"
      },
      "pages": {
        "type": "array",
        "items": {
          "type": "object",
          "properties": {
            "page": {
              "type": "integer"
            },
            "text": {
              "type": "string"
            }
          },
          "required": [
            "page",
            "text"
          ]
        }
      },
      "metadata": {
        "type": "object"
      }
    },
    "required": [
      "page_count",
      "pages"
    ]
  },
  "tags": [
    "documents",
    "pdf",
    "text-extraction",
    "parsing"
  ],
  "sourceHost": "renaissance-village-cheapest-downtown.trycloudflare.com",
  "lastUpdated": "2026-09-21T00:38:22.267Z",
  "quality": {},
  "liveness": {},
  "verified": true,
  "featured": false,
  "provider": {
    "host": "renaissance-village-cheapest-downtown.trycloudflare.com",
    "manifest_name": "Quietforge Docs API",
    "source": "submitted",
    "source_manifest_url": "https://renaissance-village-cheapest-downtown.trycloudflare.com/.well-known/x402.json",
    "submitted_at": "2026-09-21T00:38:22.267Z"
  }
}