{
  "x402Version": 2,
  "id": 3601,
  "slug": "3601",
  "resource": "https://api.ozdreamtools.de/api/llmstxt/generate",
  "description": "Generates an llms.txt file for a website from caller-supplied sitemap entries and page titles, spec-compliant with llmstxt.org: one H1, a blockquote summary, H2 sections with link lists and an optional Optional section. Produces the artefact, does not assess it. No outbound request - the caller supplies the pages.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0x4Dd5E59475A55f1C2c0816469600663cb74cC1Dc",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "100000",
      "maxTimeoutSeconds": 300
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "body": {
            "optional": [
              {
                "title": "Impressum",
                "url": "https://example.de/impressum"
              }
            ],
            "pages": [
              {
                "description": "Überblick",
                "section": "Kern",
                "title": "Startseite",
                "url": "https://example.de/"
              },
              {
                "section": "Kern",
                "title": "Produkt",
                "url": "https://example.de/produkt"
              }
            ],
            "summary": "Wir bauen Werkzeuge für das Agent-Web.",
            "title": "Beispiel GmbH"
          },
          "bodyType": "json",
          "method": "POST",
          "type": "http"
        },
        "output": {
          "example": {
            "entries": 3,
            "llms_txt": "# Beispiel GmbH\n\n> Wir bauen Werkzeuge für das Agent-Web.\n\n## Kern\n\n- [Startseite](https://example.de/): Überblick\n- [Produkt](https://example.de/produkt)\n\n## Optional\n\n- [Impressum](https://example.de/impressum)\n",
            "note": "…",
            "sections": 2
          },
          "type": "json"
        }
      },
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "input": {
            "additionalProperties": false,
            "properties": {
              "body": {
                "properties": {
                  "info": {
                    "description": "Optional prose between summary and sections (no headings)",
                    "type": "string"
                  },
                  "optional": {
                    "description": "Pages for the dedicated Optional section",
                    "items": {
                      "type": "object"
                    },
                    "type": "array"
                  },
                  "pages": {
                    "description": "Pages, grouped by 'section'",
                    "items": {
                      "properties": {
                        "description": {
                          "type": "string"
                        },
                        "section": {
                          "type": "string"
                        },
                        "title": {
                          "type": "string"
                        },
                        "url": {
                          "type": "string"
                        }
                      },
                      "type": "object"
                    },
                    "type": "array"
                  },
                  "summary": {
                    "description": "Short summary (blockquote)",
                    "type": "string"
                  },
                  "title": {
                    "description": "Project or website name (the single H1)",
                    "type": "string"
                  }
                },
                "required": [
                  "title",
                  "pages"
                ]
              },
              "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:29.929Z",
  "quality": {
    "calls30d": 1,
    "uniquePayers30d": 1,
    "lastCalledAt": "2026-09-16T15:39:29.787Z"
  },
  "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"
  }
}