{
  "data": {
    "name": "Skribra public content API",
    "version": "1.0.0",
    "description": "Skribra is an automated SEO content engine: named AI agents research, write, illustrate and publish long-form articles to your CMS on a schedule, then keep the published ones ranking using your Google Search Console data.",
    "authentication": "none",
    "cors": "*",
    "documentation": "https://skribra.com/developers",
    "openapi": "https://skribra.com/openapi.json",
    "openapi_yaml": "https://skribra.com/openapi.yaml",
    "llms_txt": "https://skribra.com/llms.txt",
    "sitemap": "https://skribra.com/sitemap.xml",
    "markdown": {
      "description": "Every page of skribra.com is also available as markdown. Send `Accept: text/markdown`, or append `.md` to the path.",
      "example": "https://skribra.com/glossary/backlink.md"
    },
    "authenticated_api": {
      "description": "Pull your own published articles into your own site. Requires an account API key.",
      "base_url": "https://api.skribra.com/v1",
      "documentation": "https://skribra.com/docs/integrations/api"
    },
    "endpoints": [
      {
        "path": "/health",
        "url": "https://skribra.com/api/v1/health",
        "description": "Liveness check."
      },
      {
        "path": "/pages",
        "url": "https://skribra.com/api/v1/pages",
        "description": "Every page on skribra.com, with its HTML and markdown URLs."
      },
      {
        "path": "/search?q=",
        "url": "https://skribra.com/api/v1/search?q=",
        "description": "Search page titles and descriptions across the whole site."
      },
      {
        "path": "/glossary",
        "url": "https://skribra.com/api/v1/glossary",
        "description": "The SEO and content marketing glossary."
      },
      {
        "path": "/glossary/categories",
        "url": "https://skribra.com/api/v1/glossary/categories",
        "description": "Glossary categories, with term counts."
      },
      {
        "path": "/glossary/{slug}",
        "url": "https://skribra.com/api/v1/glossary/{slug}",
        "description": "One glossary term, with its sections and sources."
      },
      {
        "path": "/tools",
        "url": "https://skribra.com/api/v1/tools",
        "description": "The free SEO and writing tools."
      },
      {
        "path": "/tools/{slug}",
        "url": "https://skribra.com/api/v1/tools/{slug}",
        "description": "One tool, with its explanation and FAQ."
      },
      {
        "path": "/agents",
        "url": "https://skribra.com/api/v1/agents",
        "description": "The named agents that write and maintain content."
      },
      {
        "path": "/agents/{slug}",
        "url": "https://skribra.com/api/v1/agents/{slug}",
        "description": "One agent, with how it works step by step."
      },
      {
        "path": "/features",
        "url": "https://skribra.com/api/v1/features",
        "description": "Product features."
      },
      {
        "path": "/features/{slug}",
        "url": "https://skribra.com/api/v1/features/{slug}",
        "description": "One feature, with its FAQ and related agents."
      },
      {
        "path": "/comparisons",
        "url": "https://skribra.com/api/v1/comparisons",
        "description": "Competitor comparisons."
      },
      {
        "path": "/comparisons/{slug}",
        "url": "https://skribra.com/api/v1/comparisons/{slug}",
        "description": "One comparison, with the full feature matrix."
      },
      {
        "path": "/pricing",
        "url": "https://skribra.com/api/v1/pricing",
        "description": "Plans, prices and limits."
      },
      {
        "path": "/articles",
        "url": "https://skribra.com/api/v1/articles",
        "description": "Skribra's own published blog articles."
      },
      {
        "path": "/articles/{slug}",
        "url": "https://skribra.com/api/v1/articles/{slug}",
        "description": "One article, body included, as markdown or HTML."
      }
    ]
  }
}
