x402 List

x402 Protocol Service Directory

Structured Extraction API

Data

Pay-per-call structured data extraction over x402. Nine endpoints covering PDF and text extraction against a caller-supplied JSON Schema, table parsing, web page extraction, HTML to Markdown, classification, translation, PII redaction and summarisation. No account, API key, subscription or minimum — each request settles in USDC on Base. Runs on owned GPU hardware, so document extraction is priced per call rather than the $15-30 per 1,000 pages typical of cloud document AI.

Pay from $0.001 to $0.12 per request in USDC on Base, settled onchain via the x402 protocol, no signup, no API key needed.

listed 2026-07-30 · no on-chain settlement recorded yet

BASE URL https://api-v3qhpbwutp.august.services WEBSITE https://api-v3qhpbwutp.august.services ENDPOINTS 9 NETWORK Base ASSET USDC MEMBER SINCE 2026-07-30 MONITORED SINCE 2026-07-30

ASSESSMENT

updated 2h ago

Evidence-backed signals, not a single score. Click any chip for the proof. Measured values stay read-only; unknown is honest.

reliability 100%
uptime 24h
-
uptime 7d
-
uptime 30d
-
uptime 90d
-
response p95
190ms
avg response
190ms
total checks
1
compliance A (13/14): declares the current x402 version (2)

13 of 14 x402 conformance checks pass; failing: declares the current x402 version (2). Full checklist below.

jump to compliance checklist

price $0.001 to $0.12 (p12 in Data)
price (min)
$0.001
price (max)
$0.12
category percentile (min)
p12 in Data
category percentile (max)
p83 in Data
endpoints / prices
9 / 7
model
tiered
stability
0%
risk clean

No deterministic risk flag. Risk fires only on an exact blocklist match, or a reserved-brand name with a mismatched verified payTo. Never from low uptime, a high price, or a model guess.

domain age
54d
registrar
GoDaddy.com, LLC
hosting
custom
domain created
2026-06-06

Identity facts, not a risk score.

traction $0 30d · 0 buyers
volume 30d
$0
buyers 30d
0
settlements 30d
0
first settlement
---
last settlement
---
top buyer share
-
trend 7d vs 30d
-
networks
eip155:8453
volume all-time
$0
settlements all-time
0
median settlement 30d
$0
max settlement 30d
$0
settled via
-

Conservative undercount: only USDC settlements via facilitators we measure are counted. A measured floor, not an estimate.

Top buyer share is a concentration signal, not part of the ranking score.

WHAT IT DOES

ai-derived

Provides a pay-per-call API for structured data extraction, classification, and text processing from various sources including text, web pages, PDFs, and tables.

category
text-processing
in
query params
auth
none
text-classificationdata-extractionpdf-processingweb-scrapingtext-summarizationtranslationdata-redactiontable-conversion

AI-generated summary. The measured data is never altered by it.

ENDPOINTS

Service endpoints with HTTP method, path, description, pricing, and network
METHOD PATH DESCRIPTION PRICE NETWORK ASSET
GET /v1/classify Classify text into one of the labels you provide, with a confidence score and a short justification. Useful for routing, triage, moderation queues and tagging pipelines where an agent needs a cheap deterministic decision per item. $0.03 Base USDC
GET /v1/extract Extract structured JSON from unstructured text against a JSON Schema you supply. Returns data conforming to your schema, or nulls where the text does not contain a field. Runs on dedicated local hardware — no per-token cloud billing. Typical alternative: $15-30 per 1,000 pages. $0.05 Base USDC
GET /v1/markdown Convert any public web page into clean, LLM-ready Markdown with the navigation, scripts and boilerplate stripped. Pay per call with no account, no subscription and no monthly minimum — useful for agents that need a handful of pages rather than a scraping plan. Obeys robots.txt and fetches logged-out public pages only. $0.001 Base USDC
GET /v1/pdf-extract Extract structured JSON from a PDF against a JSON Schema you supply. Send a URL or base64 bytes; get back your schema, filled. Whole-document pricing, not per-page: a 20-page contract costs the same as a 2-page invoice. Reads the embedded text layer — scanned image-only PDFs are rejected with a clear error rather than empty fields. $0.12 Base USDC
GET /v1/redact Find and redact personal data in free text — names, emails, phone numbers, payment cards, government identifiers and IP addresses. Returns the redacted text plus a typed inventory of what was removed, so a pipeline can log the decision without logging the data. Useful before sending user content to a third party. $0.04 Base USDC
GET /v1/summarize Summarise long text to a target length, returning both a one-line abstract and the key points as a list. Commodity capability, priced near the market median because it costs us only electricity — useful for agents that need to compress a document before reasoning over it. $0.02 Base USDC
GET /v1/table Turn tabular text — pasted tables, statements, reports, CSV-ish fragments — into clean JSON rows with consistent column names. Handles ragged formatting that regex-based parsers break on. The cloud equivalent for table extraction bills around $15 per 1,000 pages. $0.05 Base USDC
GET /v1/translate Translate text between languages, with automatic source-language detection. Returns the detected source language alongside the translation so an agent can branch on it. Pay per call in USDC with no account or subscription. Handles documents up to roughly 40,000 characters in one request. $0.02 Base USDC
GET /v1/web-extract Fetch a public web page and return structured JSON matching a JSON Schema you supply. Combines retrieval and extraction in one paid call, so an agent does not need a separate scraping subscription. Obeys robots.txt and fetches logged-out public pages only. $0.08 Base USDC
9 endpoints

REQUEST / RESPONSE EXAMPLE

An unpaid request to GET /v1/classify returns HTTP 402 with the payment terms. Settle onchain via your facilitator, then retry with the X-Payment header.

// request
curl -i 'https://api-v3qhpbwutp.august.services/v1/classify'
// 402 response (captured by monitor) · 9 payloads · click to expand
[
  {
    "tags": [
      "x402",
      "table",
      "json",
      "extraction"
    ],
    "type": "http",
    "error": "X-PAYMENT header is required",
    "accepts": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "version": "2"
        },
        "payTo": "0xCD081570677fdCBB21cc90E5f5675368fcB6b7AA",
        "scheme": "exact",
        "network": "base",
        "mimeType": "application/json",
        "resource": "https://api-v3qhpbwutp.august.services/v1/table",
        "description": "Turn tabular text — pasted tables, statements, reports, CSV-ish fragments — into clean JSON rows with consistent column names. Handles ragged formatting that regex-based parsers break on. The cloud equivalent for table extraction bills around $15 per 1,000 pages.",
        "outputSchema": {
          "input": {
            "body": {
              "text": "Item    Qty  Price\nWidget   2   4.50\nGizmo   10   1.25"
            },
            "type": "http",
            "method": "GET",
            "bodyType": "json",
            "discoverable": true
          },
          "output": {
            "example": {
              "rows": [
                {
                  "Qty": "2",
                  "Item": "Widget",
                  "Price": "4.50"
                }
              ],
              "columns": [
                "Item",
                "Qty",
                "Price"
              ]
            }
          }
        },
        "maxAmountRequired": "50000",
        "maxTimeoutSeconds": 120
      }
    ],
    "resource": "https://api-v3qhpbwutp.august.services/v1/table",
    "extensions": {
      "bazaar": {
        "info": {
          "input": {
            "body": {
              "text": "Item    Qty  Price\nWidget   2   4.50\nGizmo   10   1.25"
            },
            "type": "http",
            "method": "POST",
            "bodyType": "json"
          },
          "output": {
            "type": "json",
            "example": {
              "rows": [
                {
                  "Qty": "2",
                  "Item": "Widget",
                  "Price": "4.50"
                }
              ],
              "columns": [
                "Item",
                "Qty",
                "Price"
              ]
            }
          }
        },
        "routeTemplate": "/v1/table"
      }
    },
    "description": "Turn tabular text — pasted tables, statements, reports, CSV-ish fragments — into clean JSON rows with consistent column names. Handles ragged formatting that regex-based parsers break on. The cloud equivalent for table extraction bills around $15 per 1,000 pages.",
    "serviceName": "Turn tabular text — pasted tables, statements, reports, CSV-ish fragments — into",
    "x402Version": 1
  },
  {
    "tags": [
      "x402",
      "pdf",
      "extract",
      "json",
      "schema",
      "invoice",
      "document"
    ],
    "type": "http",
    "error": "X-PAYMENT header is required",
    "accepts": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "version": "2"
        },
        "payTo": "0xCD081570677fdCBB21cc90E5f5675368fcB6b7AA",
        "scheme": "exact",
        "network": "base",
        "mimeType": "application/json",
        "resource": "https://api-v3qhpbwutp.august.services/v1/pdf-extract",
        "description": "Extract structured JSON from a PDF against a JSON Schema you supply. Send a URL or base64 bytes; get back your schema, filled. Whole-document pricing, not per-page: a 20-page contract costs the same as a 2-page invoice. Reads the embedded text layer — scanned image-only PDFs are rejected with a clear error rather than empty fields.",
        "outputSchema": {
          "input": {
            "body": {
              "url": "https://example.com/invoice.pdf",
              "schema": {
                "type": "object",
                "properties": {
                  "total": {
                    "type": "number"
                  },
                  "due_date": {
                    "type": "string"
                  },
                  "invoice_number": {
                    "type": "string"
                  }
                }
              }
            },
            "type": "http",
            "method": "GET",
            "bodyType": "json",
            "discoverable": true
          },
          "output": {
            "example": {
              "data": {
                "total": 4820.5,
                "due_date": "2026-05-01",
                "invoice_number": "INV-2201"
              },
              "pages": 3
            }
          }
        },
        "maxAmountRequired": "120000",
        "maxTimeoutSeconds": 120
      }
    ],
    "resource": "https://api-v3qhpbwutp.august.services/v1/pdf-extract",
    "extensions": {
      "bazaar": {
        "info": {
          "input": {
            "body": {
              "url": "https://example.com/invoice.pdf",
              "schema": {
                "type": "object",
                "properties": {
                  "total": {
                    "type": "number"
                  },
                  "due_date": {
                    "type": "string"
                  },
                  "invoice_number": {
                    "type": "string"
                  }
                }
              }
            },
            "type": "http",
            "method": "POST",
            "bodyType": "json"
          },
          "output": {
            "type": "json",
            "example": {
              "data": {
                "total": 4820.5,
                "due_date": "2026-05-01",
                "invoice_number": "INV-2201"
              },
              "pages": 3
            }
          }
        },
        "routeTemplate": "/v1/pdf-extract"
      }
    },
    "description": "Extract structured JSON from a PDF against a JSON Schema you supply. Send a URL or base64 bytes; get back your schema, filled. Whole-document pricing, not per-page: a 20-page contract costs the same as a 2-page invoice. Reads the embedded text layer — scanned image-only PDFs are rejected with a clear error rather than empty fields.",
    "serviceName": "Extract structured JSON from a PDF against a JSON Schema you supply",
    "x402Version": 1
  },
  {
    "tags": [
      "x402",
      "extract",
      "json",
      "schema"
    ],
    "type": "http",
    "error": "X-PAYMENT header is required",
    "accepts": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "version": "2"
        },
        "payTo": "0xCD081570677fdCBB21cc90E5f5675368fcB6b7AA",
        "scheme": "exact",
        "network": "base",
        "mimeType": "application/json",
        "resource": "https://api-v3qhpbwutp.august.services/v1/extract",
        "description": "Extract structured JSON from unstructured text against a JSON Schema you supply. Returns data conforming to your schema, or nulls where the text does not contain a field. Runs on dedicated local hardware — no per-token cloud billing. Typical alternative: $15-30 per 1,000 pages.",
        "outputSchema": {
          "input": {
            "body": {
              "text": "Invoice 4471 dated 2026-03-02, total $1,240.00, vendor Acme Ltd.",
              "schema": {
                "type": "object",
                "required": [
                  "invoice_number"
                ],
                "properties": {
                  "total": {
                    "type": "number"
                  },
                  "vendor": {
                    "type": "string"
                  },
                  "invoice_number": {
                    "type": "string"
                  }
                }
              }
            },
            "type": "http",
            "method": "GET",
            "bodyType": "json",
            "discoverable": true
          },
          "output": {
            "example": {
              "total": 1240,
              "vendor": "Acme Ltd",
              "invoice_number": "4471"
            }
          }
        },
        "maxAmountRequired": "50000",
        "maxTimeoutSeconds": 120
      }
    ],
    "resource": "https://api-v3qhpbwutp.august.services/v1/extract",
    "extensions": {
      "bazaar": {
        "info": {
          "input": {
            "body": {
              "text": "Invoice 4471 dated 2026-03-02, total $1,240.00, vendor Acme Ltd.",
              "schema": {
                "type": "object",
                "required": [
                  "invoice_number"
                ],
                "properties": {
                  "total": {
                    "type": "number"
                  },
                  "vendor": {
                    "type": "string"
                  },
                  "invoice_number": {
                    "type": "string"
                  }
                }
              }
            },
            "type": "http",
            "method": "POST",
            "bodyType": "json"
          },
          "output": {
            "type": "json",
            "example": {
              "total": 1240,
              "vendor": "Acme Ltd",
              "invoice_number": "4471"
            }
          }
        },
        "routeTemplate": "/v1/extract"
      }
    },
    "description": "Extract structured JSON from unstructured text against a JSON Schema you supply. Returns data conforming to your schema, or nulls where the text does not contain a field. Runs on dedicated local hardware — no per-token cloud billing. Typical alternative: $15-30 per 1,000 pages.",
    "serviceName": "Extract structured JSON from unstructured text against a JSON Schema you supply",
    "x402Version": 1
  },
  {
    "tags": [
      "x402",
      "web",
      "extract",
      "json",
      "schema",
      "extraction",
      "scraping"
    ],
    "type": "http",
    "error": "X-PAYMENT header is required",
    "accepts": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "version": "2"
        },
        "payTo": "0xCD081570677fdCBB21cc90E5f5675368fcB6b7AA",
        "scheme": "exact",
        "network": "base",
        "mimeType": "application/json",
        "resource": "https://api-v3qhpbwutp.august.services/v1/web-extract",
        "description": "Fetch a public web page and return structured JSON matching a JSON Schema you supply. Combines retrieval and extraction in one paid call, so an agent does not need a separate scraping subscription. Obeys robots.txt and fetches logged-out public pages only.",
        "outputSchema": {
          "input": {
            "body": {
              "url": "https://example.com/pricing",
              "schema": {
                "type": "object",
                "properties": {
                  "plans": {
                    "type": "array",
                    "items": {
                      "type": "object",
                      "properties": {
                        "name": {
                          "type": "string"
                        },
                        "price": {
                          "type": "string"
                        }
                      }
                    }
                  }
                }
              }
            },
            "type": "http",
            "method": "GET",
            "bodyType": "json",
            "discoverable": true
          },
          "output": {
            "example": {
              "plans": [
                {
                  "name": "Pro",
                  "price": "$19/mo"
                }
              ]
            }
          }
        },
        "maxAmountRequired": "80000",
        "maxTimeoutSeconds": 120
      }
    ],
    "resource": "https://api-v3qhpbwutp.august.services/v1/web-extract",
    "extensions": {
      "bazaar": {
        "info": {
          "input": {
            "body": {
              "url": "https://example.com/pricing",
              "schema": {
                "type": "object",
                "properties": {
                  "plans": {
                    "type": "array",
                    "items": {
                      "type": "object",
                      "properties": {
                        "name": {
                          "type": "string"
                        },
                        "price": {
                          "type": "string"
                        }
                      }
                    }
                  }
                }
              }
            },
            "type": "http",
            "method": "POST",
            "bodyType": "json"
          },
          "output": {
            "type": "json",
            "example": {
              "plans": [
                {
                  "name": "Pro",
                  "price": "$19/mo"
                }
              ]
            }
          }
        },
        "routeTemplate": "/v1/web-extract"
      }
    },
    "description": "Fetch a public web page and return structured JSON matching a JSON Schema you supply. Combines retrieval and extraction in one paid call, so an agent does not need a separate scraping subscription. Obeys robots.txt and fetches logged-out public pages only.",
    "serviceName": "Fetch a public web page and return structured JSON matching a JSON Schema you su",
    "x402Version": 1
  },
  {
    "tags": [
      "x402",
      "classify",
      "deterministic"
    ],
    "type": "http",
    "error": "X-PAYMENT header is required",
    "accepts": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "version": "2"
        },
        "payTo": "0xCD081570677fdCBB21cc90E5f5675368fcB6b7AA",
        "scheme": "exact",
        "network": "base",
        "mimeType": "application/json",
        "resource": "https://api-v3qhpbwutp.august.services/v1/classify",
        "description": "Classify text into one of the labels you provide, with a confidence score and a short justification. Useful for routing, triage, moderation queues and tagging pipelines where an agent needs a cheap deterministic decision per item.",
        "outputSchema": {
          "input": {
            "body": {
              "text": "The checkout page returns a 500 after applying a coupon.",
              "labels": [
                "bug",
                "feature_request",
                "billing",
                "other"
              ]
            },
            "type": "http",
            "method": "GET",
            "bodyType": "json",
            "discoverable": true
          },
          "output": {
            "example": {
              "label": "bug",
              "reason": "Reports a server error during checkout.",
              "confidence": 0.94
            }
          }
        },
        "maxAmountRequired": "30000",
        "maxTimeoutSeconds": 120
      }
    ],
    "resource": "https://api-v3qhpbwutp.august.services/v1/classify",
    "extensions": {
      "bazaar": {
        "info": {
          "input": {
            "body": {
              "text": "The checkout page returns a 500 after applying a coupon.",
              "labels": [
                "bug",
                "feature_request",
                "billing",
                "other"
              ]
            },
            "type": "http",
            "method": "POST",
            "bodyType": "json"
          },
          "output": {
            "type": "json",
            "example": {
              "label": "bug",
              "reason": "Reports a server error during checkout.",
              "confidence": 0.94
            }
          }
        },
        "routeTemplate": "/v1/classify"
      }
    },
    "description": "Classify text into one of the labels you provide, with a confidence score and a short justification. Useful for routing, triage, moderation queues and tagging pipelines where an agent needs a cheap deterministic decision per item.",
    "serviceName": "Classify text into one of the labels you provide, with a confidence score and a ",
    "x402Version": 1
  },
  {
    "tags": [
      "x402",
      "summarize",
      "document"
    ],
    "type": "http",
    "error": "X-PAYMENT header is required",
    "accepts": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "version": "2"
        },
        "payTo": "0xCD081570677fdCBB21cc90E5f5675368fcB6b7AA",
        "scheme": "exact",
        "network": "base",
        "mimeType": "application/json",
        "resource": "https://api-v3qhpbwutp.august.services/v1/summarize",
        "description": "Summarise long text to a target length, returning both a one-line abstract and the key points as a list. Commodity capability, priced near the market median because it costs us only electricity — useful for agents that need to compress a document before reasoning over it.",
        "outputSchema": {
          "input": {
            "body": {
              "text": "Long article text goes here...",
              "max_points": 5
            },
            "type": "http",
            "method": "GET",
            "bodyType": "json",
            "discoverable": true
          },
          "output": {
            "example": {
              "abstract": "Quarterly revenue rose 12% on strong subscription growth.",
              "key_points": [
                "Revenue up 12% year over year",
                "Subscriptions drove the increase"
              ]
            }
          }
        },
        "maxAmountRequired": "20000",
        "maxTimeoutSeconds": 120
      }
    ],
    "resource": "https://api-v3qhpbwutp.august.services/v1/summarize",
    "extensions": {
      "bazaar": {
        "info": {
          "input": {
            "body": {
              "text": "Long article text goes here...",
              "max_points": 5
            },
            "type": "http",
            "method": "POST",
            "bodyType": "json"
          },
          "output": {
            "type": "json",
            "example": {
              "abstract": "Quarterly revenue rose 12% on strong subscription growth.",
              "key_points": [
                "Revenue up 12% year over year",
                "Subscriptions drove the increase"
              ]
            }
          }
        },
        "routeTemplate": "/v1/summarize"
      }
    },
    "description": "Summarise long text to a target length, returning both a one-line abstract and the key points as a list. Commodity capability, priced near the market median because it costs us only electricity — useful for agents that need to compress a document before reasoning over it.",
    "serviceName": "Summarise long text to a target length, returning both a one-line abstract and t",
    "x402Version": 1
  },
  {
    "tags": [
      "x402",
      "translate",
      "translation",
      "document"
    ],
    "type": "http",
    "error": "X-PAYMENT header is required",
    "accepts": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "version": "2"
        },
        "payTo": "0xCD081570677fdCBB21cc90E5f5675368fcB6b7AA",
        "scheme": "exact",
        "network": "base",
        "mimeType": "application/json",
        "resource": "https://api-v3qhpbwutp.august.services/v1/translate",
        "description": "Translate text between languages, with automatic source-language detection. Returns the detected source language alongside the translation so an agent can branch on it. Pay per call in USDC with no account or subscription. Handles documents up to roughly 40,000 characters in one request.",
        "outputSchema": {
          "input": {
            "body": {
              "text": "Le rapport trimestriel sera publié vendredi.",
              "target_language": "English"
            },
            "type": "http",
            "method": "GET",
            "bodyType": "json",
            "discoverable": true
          },
          "output": {
            "example": {
              "translation": "The quarterly report will be published on Friday.",
              "detected_source_language": "French"
            }
          }
        },
        "maxAmountRequired": "20000",
        "maxTimeoutSeconds": 120
      }
    ],
    "resource": "https://api-v3qhpbwutp.august.services/v1/translate",
    "extensions": {
      "bazaar": {
        "info": {
          "input": {
            "body": {
              "text": "Le rapport trimestriel sera publié vendredi.",
              "target_language": "English"
            },
            "type": "http",
            "method": "POST",
            "bodyType": "json"
          },
          "output": {
            "type": "json",
            "example": {
              "translation": "The quarterly report will be published on Friday.",
              "detected_source_language": "French"
            }
          }
        },
        "routeTemplate": "/v1/translate"
      }
    },
    "description": "Translate text between languages, with automatic source-language detection. Returns the detected source language alongside the translation so an agent can branch on it. Pay per call in USDC with no account or subscription. Handles documents up to roughly 40,000 characters in one request.",
    "serviceName": "Translate text between languages, with automatic source-language detection",
    "x402Version": 1
  },
  {
    "tags": [
      "x402",
      "redact"
    ],
    "type": "http",
    "error": "X-PAYMENT header is required",
    "accepts": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "version": "2"
        },
        "payTo": "0xCD081570677fdCBB21cc90E5f5675368fcB6b7AA",
        "scheme": "exact",
        "network": "base",
        "mimeType": "application/json",
        "resource": "https://api-v3qhpbwutp.august.services/v1/redact",
        "description": "Find and redact personal data in free text — names, emails, phone numbers, payment cards, government identifiers and IP addresses. Returns the redacted text plus a typed inventory of what was removed, so a pipeline can log the decision without logging the data. Useful before sending user content to a third party.",
        "outputSchema": {
          "input": {
            "body": {
              "text": "Contact Dana Reyes at [email protected] or 555-0142 about invoice 8891."
            },
            "type": "http",
            "method": "GET",
            "bodyType": "json",
            "discoverable": true
          },
          "output": {
            "example": {
              "found": [
                {
                  "type": "NAME",
                  "value": "Dana Reyes"
                },
                {
                  "type": "EMAIL",
                  "value": "[email protected]"
                }
              ],
              "redacted_text": "Contact [NAME] at [EMAIL] or [PHONE] about invoice 8891."
            }
          }
        },
        "maxAmountRequired": "40000",
        "maxTimeoutSeconds": 120
      }
    ],
    "resource": "https://api-v3qhpbwutp.august.services/v1/redact",
    "extensions": {
      "bazaar": {
        "info": {
          "input": {
            "body": {
              "text": "Contact Dana Reyes at [email protected] or 555-0142 about invoice 8891."
            },
            "type": "http",
            "method": "POST",
            "bodyType": "json"
          },
          "output": {
            "type": "json",
            "example": {
              "found": [
                {
                  "type": "NAME",
                  "value": "Dana Reyes"
                },
                {
                  "type": "EMAIL",
                  "value": "[email protected]"
                }
              ],
              "redacted_text": "Contact [NAME] at [EMAIL] or [PHONE] about invoice 8891."
            }
          }
        },
        "routeTemplate": "/v1/redact"
      }
    },
    "description": "Find and redact personal data in free text — names, emails, phone numbers, payment cards, government identifiers and IP addresses. Returns the redacted text plus a typed inventory of what was removed, so a pipeline can log the decision without logging the data. Useful before sending user content to a third party.",
    "serviceName": "Find and redact personal data in free text — names, emails, phone numbers, payme",
    "x402Version": 1
  },
  {
    "tags": [
      "x402",
      "markdown",
      "scraping"
    ],
    "type": "http",
    "error": "X-PAYMENT header is required",
    "accepts": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "version": "2"
        },
        "payTo": "0xCD081570677fdCBB21cc90E5f5675368fcB6b7AA",
        "scheme": "exact",
        "network": "base",
        "mimeType": "application/json",
        "resource": "https://api-v3qhpbwutp.august.services/v1/markdown",
        "description": "Convert any public web page into clean, LLM-ready Markdown with the navigation, scripts and boilerplate stripped. Pay per call with no account, no subscription and no monthly minimum — useful for agents that need a handful of pages rather than a scraping plan. Obeys robots.txt and fetches logged-out public pages only.",
        "outputSchema": {
          "input": {
            "body": {
              "url": "https://example.com/article"
            },
            "type": "http",
            "method": "GET",
            "bodyType": "json",
            "discoverable": true
          },
          "output": {
            "example": {
              "title": "Example Domain",
              "source": "https://example.com/article",
              "markdown": "# Example Domain\n\nThis domain is for use in..."
            }
          }
        },
        "maxAmountRequired": "1000",
        "maxTimeoutSeconds": 120
      }
    ],
    "resource": "https://api-v3qhpbwutp.august.services/v1/markdown",
    "extensions": {
      "bazaar": {
        "info": {
          "input": {
            "body": {
              "url": "https://example.com/article"
            },
            "type": "http",
            "method": "POST",
            "bodyType": "json"
          },
          "output": {
            "type": "json",
            "example": {
              "title": "Example Domain",
              "source": "https://example.com/article",
              "markdown": "# Example Domain\n\nThis domain is for use in..."
            }
          }
        },
        "routeTemplate": "/v1/markdown"
      }
    },
    "description": "Convert any public web page into clean, LLM-ready Markdown with the navigation, scripts and boilerplate stripped. Pay per call with no account, no subscription and no monthly minimum — useful for agents that need a handful of pages rather than a scraping plan. Obeys robots.txt and fetches logged-out public pages only.",
    "serviceName": "Convert any public web page into clean, LLM-ready Markdown with the navigation, ",
    "x402Version": 1
  }
]

OVER TIME

All charts share the 7d window selected here. Every series is also served as JSON at /api/v1/services/structured-extraction-api/price, /scores, /volume and /buyers. On-chain volume and distinct buyers are measured over the service's settlement address and are a conservative undercount (only settlements that reach a measured facilitator are counted). The on-chain series roll up hourly, so the latest day can be up to about an hour behind; distinct buyers are counted per payout address, so a service that settles to more than one address is an upper bound.

UPTIME
07-30 · uptime 100.0% · 182ms avg07-3007-30
7d UPTIME 100%
RESPONSE TIME
07-30 · 182ms avg07-30 · 182ms avg07-3007-30
AVG RESP 180ms
PRICE (captured 402, USD)
building price history ($0.04)

Median across 9 endpoints. Use the selector to isolate one.

SUB-SCORES (uptime + x402 compliance)
building assessment history (1 day so far)
VOLUME (on-chain settlement, USD)
no on-chain volume yet
DISTINCT BUYERS
no distinct buyers yet

COMPLIANCE

13/14 checks pass · grade A · failing: declares the current x402 version (2)
  • 402 payload captured
  • accepts[] array present
  • payTo address recoverable
  • payTo at accepts[0].payTo (conformant shape)
  • payTo is a valid on-chain address
  • atomic price declared
  • atomic price in a sane range
  • asset (token) address declared
  • network resolves to CAIP-2
  • payment scheme declared
  • served over HTTPS
  • declares the current x402 version (2)
  • EIP-712 domain parameters present on every EVM entry
  • x402 v2 envelope delivered in the payment-required header

SITE PILLARS

  • homepage reachable
  • openapi doc
  • pricing page
  • llms.txt
  • robots.txt
  • terms page
recent checks (9) · click to expand
TIME STATUS RESP
● OK 160ms
● OK 221ms
● SLOW 281ms
● OK 105ms
● OK 203ms
● OK 128ms
● OK 180ms
● OK 149ms
● OK 190ms

EMBED THIS BADGE

Show that Structured Extraction API is monitored on x402-list. Paste this on your site or README, it links back to this live listing.

Structured Extraction API listed on x402-list
status
Structured Extraction API uptime on x402-list
live uptime
// HTML
<a href="https://x402-list.com/services/structured-extraction-api?utm_source=badge&utm_medium=referral&utm_campaign=embed">
  <img src="https://x402-list.com/badge/structured-extraction-api.svg" alt="Structured Extraction API listed on x402-list" height="28">
</a>
// Markdown
[![Structured Extraction API on x402-list](https://x402-list.com/badge/structured-extraction-api.svg)](https://x402-list.com/services/structured-extraction-api?utm_source=badge&utm_medium=referral&utm_campaign=embed)
// HTML · live uptime variant
<a href="https://x402-list.com/services/structured-extraction-api?utm_source=badge&utm_medium=referral&utm_campaign=embed">
  <img src="https://x402-list.com/badge/structured-extraction-api.svg?data=uptime" alt="Structured Extraction API uptime on x402-list" height="28">
</a>

RUN THIS SERVICE?

Keep this listing accurate: propose changes to the name, description, website, category or add new endpoints to monitor. Ownership is verified with a domain proof and every change is reviewed manually; measured data stays read-only.

[ update this listing ]