{
  "openapi": "3.0.0",
  "info": {
    "title": "llms-text.com API",
    "version": "1.0.0",
    "description": "Deep website crawler & llms.txt generator API with MPP machine payment support."
  },
  "paths": {
    "/api/generate-llms-txt-auto": {
      "post": {
        "summary": "Generate deep-crawl llms-full.txt file",
        "description": "Performs deep crawl of up to 50 pages and returns structured llms-full.txt content.",
        "x-payment-info": {
          "intent": "charge",
          "method": "stripe",
          "amount": 9.00,
          "currency": "USD"
        },
        "responses": {
          "200": { "description": "Successful generation" },
          "402": { "description": "Payment Required via MPP or Stripe" }
        }
      }
    },
    "/api/v1/generate": {
      "post": {
        "summary": "Generate llms.txt index",
        "x-payment-info": {
          "intent": "charge",
          "method": "stripe",
          "amount": 0.00,
          "currency": "USD"
        },
        "responses": {
          "200": { "description": "Successful generation" },
          "402": { "description": "Payment Required" }
        }
      }
    }
  }
}
