{
  "x402Version": 2,
  "id": 13623,
  "slug": "13623",
  "resource": "https://receipt-normalizer.pdfextractapi.workers.dev/normalize",
  "description": "Normalize a receipt, invoice, or order confirmation into a canonical structured purchase record.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0xA0AC44BECC6302298f01ed255B175ca1060C189E",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "30000",
      "maxTimeoutSeconds": 300
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "body": {
            "file": "receipt.pdf"
          },
          "bodyType": "form-data",
          "method": "POST",
          "type": "http"
        },
        "output": {
          "example": {
            "currency": "GBP",
            "line_items": [
              {
                "description": "Widget A",
                "quantity": 10,
                "total_price": 50,
                "unit_price": 5
              }
            ],
            "merchant": {
              "name": "Acme Supplies Ltd",
              "url": null
            },
            "order_id": "INV-2041",
            "payment_method": null,
            "purchase_date": "2026-08-01",
            "shipping": 8,
            "subtotal": 100,
            "tax": 0,
            "total": 108
          },
          "type": "json"
        }
      },
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "input": {
            "additionalProperties": false,
            "properties": {
              "body": {
                "properties": {
                  "file": {
                    "format": "binary",
                    "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": "receipt-normalizer.pdfextractapi.workers.dev",
  "lastUpdated": "2026-08-26T23:35:48.043Z",
  "quality": {
    "calls30d": 1,
    "uniquePayers30d": 1,
    "lastCalledAt": "2026-08-26T23:35:47.444Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "receipt-normalizer.pdfextractapi.workers.dev",
    "manifest_name": "receipt-normalizer.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"
  }
}