ToolAssay

Website accessibility audit (a11y, WCAG compliance check)

Website accessibility audit (a11y, WCAG compliance check): WCAG 2.1 level A and AA conformance of any live URL or raw HTML, tested with axe-core in a real headless browser. Returns every violation with rule id, impact, help text and affected node count. Deterministic rules; a check that cannot run returns an error, never a pass.

Answeringour last check, 2026-09-24
1 of 1checks answered this week
639 msmedian answer time
$0.05listed price per call
$0.05price it asked us

Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.

Endpoint

POST https://hubvibe-io.com/audit/wcag

CategoryCode and developer
Provider hosthubvibe-io.com
Networkseip155:8453, solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp
Payment schemesexact
Self-reported calls, 30 days6 from 1 payers (the provider's figure, not ours)

Our checks, last 30 days

DayResultHTTPAskedTime
2026-09-24 valid payment request 402$0.05 639 ms

Example input (from the provider)

{
  "body": {
    "url": "https://example.com"
  },
  "bodyType": "json",
  "method": "POST",
  "type": "http"
}

Promised output schema (from the provider)

{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "properties": {
    "input": {
      "additionalProperties": false,
      "properties": {
        "body": {
          "$schema": "https://json-schema.org/draft/2020-12/schema",
          "anyOf": [
            {
              "required": [
                "url"
              ]
            },
            {
              "required": [
                "html"
              ]
            }
          ],
          "properties": {
            "html": {
              "description": "Raw HTML source to audit instead of fetching a URL.",
              "type": "string"
            },
            "url": {
              "description": "Live, fetchable http(s) URL to audit.",
              "examples": [
                "https://example.com"
              ],
              "format": "uri",
              "type": "string"
            }
          },
          "title": "Live URL or raw HTML to audit",
          "type": "object"
        },
        "bodyType": {
          "enum": [
            "json",
            "form-data",
            "text"
          ],
          "type": "string"
        },
        "method": {
          "enum": [
            "POST",
            "PUT",
            "PATCH"
          ],
          "type": "string"
        },
        "type": {
          "const": "http",
          "type": "string"
        }
      },
      "required": [
        "type",
        "method",
        "bodyType",
        "body"
      ],
      "type": "object"
    },
    "output": {
      "properties": {
        "example": {
          "$schema": "https://json-schema.org/draft/2020-12/schema",
          "properties": {
            "engine": {
              "const": "axe-core",
              "type": "string"
            },
            "pass": {
              "description": "Whether every rule in this dimension passed.",
              "type": "boolean"
            },
            "status": {
              "const": "ok",
              "description": "Present only on a completed audit.",
              "type": "string"
            },
            "violations": {
              "items": {
                "properties": {
                  "help": {
                    "type": [
                      "string",
                      "null"
                    ]
                  },
                  "help_url": {
                    "format": "uri",
                    "type": "string"
                  },
                  "id": {
                    "description": "axe-core rule id.",
                    "type": "string"
                  },
                  "impact": {
                    "description": "axe-core impact level.",
                    "type": [
                      "string",
                      "null"
                    ]
                  },
                  "nodes_affected": {
                    "minimum": 0,
                    "type": "integer"
                  }
                },
                "required": [
                  "id"
                ],
                "type": "object"
              },
              "type": "array"
            }
          },
          "required": [
            "pass"
          ],
          "type": "object"
        },
        "type": {
          "type": "string"
        }
      },
      "required": [
        "type"
      ],
      "type": "object"
    }
  },
  "required": [
    "input"
  ],
  "type": "object"
}

This page as JSON