{
  "x402Version": 2,
  "id": 13477,
  "slug": "13477",
  "resource": "https://odood.com/v1/extract",
  "description": "POST a URL; get clean, LLM-ready content (Markdown/text/JSON) plus a prompt-injection risk verdict (clean | suspicious | flagged). A defense layer for agents and RAG pipelines, not a guarantee.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0xa2C0C48c1a8BA19a832fD77Fa77963a897e5fb18",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "4000",
      "maxTimeoutSeconds": 60
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "body": {
            "format": "markdown",
            "url": "https://en.wikipedia.org/wiki/Large_language_model"
          },
          "bodyType": "json",
          "method": "POST",
          "type": "http"
        },
        "output": {
          "example": {
            "data": {
              "content_md": "# Example article\\n\\nClean, LLM-ready Markdown…",
              "injection": {
                "risk_score": 0.02,
                "verdict": "clean"
              },
              "lang": "en",
              "sanitized": true,
              "title": "Example article",
              "word_count": 812
            },
            "ok": true
          },
          "type": "json"
        }
      },
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "input": {
            "additionalProperties": false,
            "properties": {
              "body": {
                "properties": {
                  "allow_thin": {
                    "default": false,
                    "description": "Return content from pages below the usable-article threshold instead of a 422 thin_content error.",
                    "type": "boolean"
                  },
                  "format": {
                    "default": "markdown",
                    "enum": [
                      "markdown",
                      "text",
                      "json"
                    ],
                    "type": "string"
                  },
                  "include_removed": {
                    "default": true,
                    "type": "boolean"
                  },
                  "sanitize": {
                    "default": true,
                    "type": "boolean"
                  },
                  "url": {
                    "description": "The http(s) URL to extract.",
                    "format": "uri",
                    "type": "string"
                  }
                },
                "required": [
                  "url"
                ],
                "type": "object"
              },
              "bodyType": {
                "enum": [
                  "json",
                  "form-data",
                  "text"
                ],
                "type": "string"
              },
              "headers": {
                "additionalProperties": {
                  "type": "string"
                },
                "type": "object"
              },
              "method": {
                "enum": [
                  "POST",
                  "PUT",
                  "PATCH"
                ],
                "type": "string"
              },
              "queryParams": {
                "additionalProperties": {
                  "type": "string"
                },
                "type": "object"
              },
              "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": "odood.com",
  "lastUpdated": "2026-09-17T03:35:37.782Z",
  "quality": {
    "calls30d": 1,
    "uniquePayers30d": 1,
    "lastCalledAt": "2026-09-17T03:35:37.349Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "odood.com",
    "manifest_name": "odood.com",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}