latestOpenAPI 3.0.02026-08-08100184.9 KB

91fc72cb99f6

Get article

Retrieve the details of a specific article.

post/v1/get-article

Query parameters

api_keystring required

API key for authentication

Request body

article_idinteger required

The ID of the article to retrieve.

Example request

{
  "article_id": 206088
}

Response

Successful response

statusstring

The status of the response.

Example response

{
  "status": "Success",
  "result": {
    "article_status": "Complete",
    "article_topic": "Effective Eczema Treatment Tips For Children",
    "article_content": "<h1>Effective Eczema Treatment Tips For Children</h1><p>Eczema in children is a puzzle many parents struggle to solve. With an estimated 15% to 20% of kids worldwide showing signs - think dry, red skin that itches like crazy - finding effective treatments is crucial.</p><p>What works wonders for one child might not for another, making personalized care key. This article unpacks proven strategies and newer methods for managing this tricky condition.</p><p>With years spent researching and treating pediatric eczema, I've seen firsthand the difference the right approach can make...",
    "meta_title": "Say Goodbye to Eczema: Effective Treatment for Children",
    "meta_description": "Effective eczema treatment for children: Learn proven strategies and newer methods to manage this tricky condition. Find relief now.",
    "image_url": null,
    "facebook_post": "Example...",
    "x_post": "Example...",
    "x_thread": "Example...",
    "instagram_caption": "Example...",
    "linkedin_post": "Example...",
    "pinterest_description": "Example...",
    "youtube_post": "Example...",
    "google_business_post": "Example...",
    "threads_post": "Example...",
    "whatsapp_message": "Example...",
    "telegram_message": "Example...",
    "email_newsletter": "Example..."
  }
}