{
  "generated_at": "2026-04-24T15:01:35.625676+00:00",
  "slug": "api-logos-readia-io-api-agent-generatearticle",
  "title": "Readia \u00b7 AI Article Generation",
  "url": "https://api.logos.readia.io/api/agent/generateArticle",
  "category": "ai",
  "summary": "Generate complete articles with title, HTML content, and categories based on a topic prompt.",
  "seo": {
    "title": "AI Article Generation API - Automated Content Creation",
    "description": "Generate full articles on any topic with AI. Returns title, content, categories, and transaction hash. 0.1 USDC per call. Base and Solana."
  },
  "use_cases": [
    "Automate blog and newsletter content creation",
    "Generate topic-specific articles on demand",
    "Create SEO content at scale"
  ],
  "ideal_buyer": "Content marketers, newsletter platforms, and automated publishing systems needing AI-generated articles.",
  "example_prompt": "Write an article about React Hooks for beginners",
  "example_request_body": {
    "prompt": "React Hooks for beginners"
  },
  "risk_notes": [],
  "pricing_sanity": {
    "flag": "expensive_outlier",
    "ratio": 10,
    "median_category_atomic": 10000
  },
  "pricing_review_required": true,
  "pricing_decimal_suspect": false,
  "trust_tier": "verified_external",
  "accepts": [
    {
      "scheme": "exact",
      "network": "solana",
      "pay_to": "cAXdcMFHK6y9yTP7AMETzXC7zvTeDBbQ5f4nvSWDx51",
      "asset": "C8wvVNuRPm237bQqqcfRxas77GTK3RzzoBCkWgrGpump",
      "max_amount_required_atomic": "837438424",
      "max_timeout_seconds": 900,
      "mime_type": "application/json",
      "description": "AI article generation: $0.1",
      "verified": true,
      "hints": {
        "input": {
          "body": {
            "type": "object",
            "required": [],
            "properties": {
              "prompt": {
                "type": "string",
                "description": "What would you like to write about? Any topic works."
              }
            }
          },
          "method": "POST"
        },
        "output": {
          "data": {
            "price": 0.1,
            "title": "Understanding React Hooks: A Beginner's Guide",
            "txHash": "0x...",
            "content": "<p>React Hooks revolutionized...</p>",
            "categories": [
              "Technology",
              "Web Development"
            ]
          },
          "success": true
        }
      }
    },
    {
      "scheme": "exact",
      "network": "base",
      "pay_to": "0xec115640b09416a59fe77e4e7b852fe700fa6bf1",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "max_amount_required_atomic": "100000",
      "max_timeout_seconds": 900,
      "mime_type": "application/json",
      "description": "AI article generation: $0.1",
      "verified": true,
      "hints": {
        "input": {
          "body": {
            "type": "object",
            "required": [],
            "properties": {
              "prompt": {
                "type": "string",
                "description": "What would you like to write about? Any topic works."
              }
            }
          },
          "method": "POST"
        },
        "output": {
          "data": {
            "price": 0.1,
            "title": "Understanding React Hooks: A Beginner's Guide",
            "txHash": "0x...",
            "content": "<p>React Hooks revolutionized...</p>",
            "categories": [
              "Technology",
              "Web Development"
            ]
          },
          "success": true
        }
      }
    }
  ],
  "origin": {
    "slug": "api-logos-readia-io",
    "host": "api.logos.readia.io",
    "url": "https://api.logos.readia.io",
    "favicon": "https://logos.readia.io/favicon_io/apple-touch-icon.png"
  },
  "json_ld": {
    "@id": "https://x402all.com/resource/api-logos-readia-io-api-agent-generatearticle",
    "url": "https://x402all.com/resource/api-logos-readia-io-api-agent-generatearticle",
    "name": "Readia \u00b7 AI Article Generation",
    "@type": "WebAPI",
    "offers": [
      {
        "url": "https://x402all.com/resource/api-logos-readia-io-api-agent-generatearticle",
        "@type": "Offer",
        "price": "837.438424",
        "availability": "https://schema.org/InStock",
        "priceCurrency": "USDC",
        "priceSpecification": {
          "@type": "UnitPriceSpecification",
          "price": "837.438424",
          "unitText": "call",
          "priceCurrency": "USDC"
        },
        "eligibleCustomerType": "Agent",
        "additionalProperty": [
          {
            "@type": "PropertyValue",
            "name": "paymentNetwork",
            "value": "solana"
          },
          {
            "@type": "PropertyValue",
            "name": "paymentAsset",
            "value": "C8wvVNuRPm237bQqqcfRxas77GTK3RzzoBCkWgrGpump"
          }
        ]
      },
      {
        "url": "https://x402all.com/resource/api-logos-readia-io-api-agent-generatearticle",
        "@type": "Offer",
        "price": "0.1",
        "availability": "https://schema.org/InStock",
        "priceCurrency": "USDC",
        "priceSpecification": {
          "@type": "UnitPriceSpecification",
          "price": "0.100000",
          "unitText": "call",
          "priceCurrency": "USDC"
        },
        "eligibleCustomerType": "Agent",
        "additionalProperty": [
          {
            "@type": "PropertyValue",
            "name": "paymentNetwork",
            "value": "base"
          },
          {
            "@type": "PropertyValue",
            "name": "paymentAsset",
            "value": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913"
          }
        ]
      }
    ],
    "sameAs": "https://api.logos.readia.io/api/agent/generateArticle",
    "@context": "https://schema.org",
    "provider": {
      "@id": "https://x402all.com/server/api-logos-readia-io",
      "url": "https://api.logos.readia.io",
      "name": "api.logos.readia.io",
      "@type": "Organization"
    },
    "identifier": "api-logos-readia-io-api-agent-generatearticle",
    "description": "Generate full articles on any topic with AI. Returns title, content, categories, and transaction hash. 0.1 USDC per call. Base and Solana.",
    "potentialAction": {
      "@type": "BuyAction",
      "target": "https://axon402.com/test-buy?resource=api-logos-readia-io-api-agent-generatearticle",
      "description": "Test-buy this endpoint on AXON"
    },
    "applicationCategory": "ai"
  },
  "axon_deep_link": "https://axon402.com/test-buy?resource=api-logos-readia-io-api-agent-generatearticle"
}
