Get Article

Retrieve the full content, metadata, and SEO profile for a specific article.

Endpoint

GET https://api.hatrio.ai/api/v1/articles/{id}

Parameters

ParameterTypeDescription
idstringThe unique identifier of the article.

Example Response

{
  "success": true,
  "article": {
    "id": "art_1",
    "title": "Scaling AI in 2026",
    "content": "Full markdown content here...",
    "seo": {
      "focus_keyword": "AI scaling",
      "meta_description": "Learn how to scale AI..."
    }
  }
}