{
  "x402Version": 2,
  "id": 3600,
  "slug": "3600",
  "resource": "https://api.ozdreamtools.de/api/agent-ready/assess",
  "description": "Audits a website for AI agent and AI crawler readiness from artefacts the caller supplies: robots.txt, HTML, response headers, llms.txt, sitemap lastmod values, /.well-known paths. Names the crawler policy per bot (GPTBot, ClaudeBot, PerplexityBot, CCBot, Google-Extended, Amazonbot, Applebot, Bytespider) and reports what it could not measure instead of guessing. Makes no outbound request.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0x4Dd5E59475A55f1C2c0816469600663cb74cC1Dc",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "10000",
      "maxTimeoutSeconds": 300
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "body": {
            "headers": {
              "content-type": "text/html"
            },
            "robots_txt": "User-agent: GPTBot\nDisallow:\n"
          },
          "bodyType": "json",
          "method": "POST",
          "type": "http"
        },
        "output": {
          "example": {
            "assessed_at": "2026-07-23T09:00:00.000Z",
            "not_measured": [
              "sitemap_freshness"
            ],
            "score": {
              "hint": "…",
              "max": 10,
              "points": 6
            },
            "signals": [
              {
                "facts": {},
                "key": "robots_ai_policy",
                "status": "weak"
              }
            ]
          },
          "type": "json"
        }
      },
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "input": {
            "additionalProperties": false,
            "properties": {
              "body": {
                "properties": {
                  "headers": {
                    "description": "Response headers of the same page",
                    "type": "object"
                  },
                  "html": {
                    "description": "Full HTML of a representative page",
                    "type": "string"
                  },
                  "llms_txt": {
                    "description": "Contents of /llms.txt",
                    "type": "string"
                  },
                  "robots_txt": {
                    "description": "Contents of /robots.txt",
                    "type": "string"
                  },
                  "sitemap_lastmods": {
                    "description": "lastmod values from the sitemap, ISO dates",
                    "items": {
                      "type": "string"
                    },
                    "type": "array"
                  },
                  "well_known": {
                    "description": "Paths that exist under /.well-known/",
                    "items": {
                      "type": "string"
                    },
                    "type": "array"
                  }
                }
              },
              "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-17T04:03:25.451Z",
  "quality": {
    "calls30d": 3,
    "uniquePayers30d": 3,
    "lastCalledAt": "2026-09-17T04:03:24.834Z"
  },
  "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"
  }
}