{
  "x402Version": 2,
  "id": 15000,
  "slug": "15000",
  "resource": "https://pdf-extract-api.pdfextractapi.workers.dev/extract",
  "description": "Extract structured JSON data from a PDF document.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0xA0AC44BECC6302298f01ed255B175ca1060C189E",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "20000",
      "maxTimeoutSeconds": 300
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "body": {
            "file": "invoice.pdf",
            "schema": "[\"invoice_number\",\"date\",\"total\",\"vendor_name\"]"
          },
          "bodyType": "form-data",
          "method": "POST",
          "type": "http"
        },
        "output": {
          "example": {
            "data": {
              "date": "2026-08-01",
              "invoice_number": "INV-2041",
              "total": "£412.00",
              "vendor_name": "Acme Supplies Ltd"
            },
            "meta": {
              "pages": 1,
              "truncated": false
            }
          },
          "type": "json"
        }
      },
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "input": {
            "additionalProperties": false,
            "properties": {
              "body": {
                "properties": {
                  "file": {
                    "format": "binary",
                    "type": "string"
                  },
                  "schema": {
                    "type": "string"
                  }
                },
                "required": [
                  "file"
                ]
              },
              "bodyType": {
                "enum": [
                  "json",
                  "form-data",
                  "text"
                ],
                "type": "string"
              },
              "method": {
                "enum": [
                  "POST"
                ],
                "type": "string"
              },
              "type": {
                "const": "http",
                "type": "string"
              }
            },
            "required": [
              "type",
              "method",
              "bodyType",
              "body"
            ],
            "type": "object"
          },
          "output": {
            "properties": {
              "example": {
                "type": "object"
              },
              "type": {
                "type": "string"
              }
            },
            "required": [
              "type"
            ],
            "type": "object"
          }
        },
        "required": [
          "input"
        ],
        "type": "object"
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "pdf-extract-api.pdfextractapi.workers.dev",
  "lastUpdated": "2026-08-26T23:32:18.07Z",
  "quality": {
    "calls30d": 1,
    "uniquePayers30d": 1,
    "lastCalledAt": "2026-08-26T23:32:17.486Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "pdf-extract-api.pdfextractapi.workers.dev",
    "manifest_name": "pdf-extract-api.pdfextractapi.workers.dev",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}