{
  "x402Version": 2,
  "id": 3602,
  "slug": "3602",
  "resource": "https://api.ozdreamtools.de/api/bfsg/check",
  "description": "Checks a web page for accessibility (a11y) problems from caller-supplied HTML: document language, title, image alt text, form labels, heading order, zoom, landmarks, link text, table headers, iframes, autocomplete. Anchored in the German accessibility act (BFSG), with the WCAG success criteria named per finding as a professional classification, not as a legal claim. States what a pattern parser cannot decide. Not legal advice.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0x4Dd5E59475A55f1C2c0816469600663cb74cC1Dc",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "100000",
      "maxTimeoutSeconds": 300
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "body": {
            "html": "<!doctype html><html lang=\"de\"><head><title>Beispiel</title></head><body><main><h1>Hallo</h1></main></body></html>"
          },
          "bodyType": "json",
          "method": "POST",
          "type": "http"
        },
        "output": {
          "example": {
            "checked_at": "2026-07-23T09:00:00.000Z",
            "criteria": [
              {
                "facts": {
                  "lang": "de"
                },
                "key": "document_language",
                "status": "ok",
                "wcag": [
                  "3.1.1"
                ]
              }
            ],
            "legal_basis": {
              "note": "…",
              "sources": [
                "https://www.gesetze-im-internet.de/bfsg/"
              ]
            },
            "not_applicable": [
              "table_headers"
            ],
            "not_machine_checkable": [
              {
                "topic": "Colour contrast",
                "wcag": [
                  "1.4.3"
                ],
                "why": "…"
              }
            ],
            "not_measured": [],
            "score": {
              "hint": "…",
              "max": 18,
              "points": 14
            }
          },
          "type": "json"
        }
      },
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "input": {
            "additionalProperties": false,
            "properties": {
              "body": {
                "properties": {
                  "html": {
                    "description": "Full HTML of a representative page",
                    "type": "string"
                  }
                },
                "required": [
                  "html"
                ]
              },
              "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": "api.ozdreamtools.de",
  "lastUpdated": "2026-09-16T15:39:16.17Z",
  "quality": {
    "calls30d": 1,
    "uniquePayers30d": 1,
    "lastCalledAt": "2026-09-16T15:39:15.881Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "api.ozdreamtools.de",
    "manifest_name": "api.ozdreamtools.de",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}