---
title: "Get article"
method: POST
path: "/v1/get-article"
---

# Get article

`POST /v1/get-article`

Retrieve the details of a specific article.

## Query parameters

- `api_key` string, required

## Request body

- object
  - `article_id` integer, required — The ID of the article to retrieve.

## Response `200`

Successful response

- object
  - `status` string — The status of the response.
  - `result` object
    - `article_status` string — The status of the article.
    - `article_topic` string — The topic of the article.
    - `article_content` string — The content of the article.
    - `meta_title` string — The meta title of the article.
    - `meta_description` string — The meta description of the article.
    - `image_url` string — The URL of the image associated with the article, if any.
    - `facebook_post` string — The Facebook Post for the article.
    - `x_post` string — The Twitter(X) Post for the article.
    - `x_thread` string — The Twitter(X) Post for the article.
    - `instagram_caption` string — The Instagram Caption for the article.
    - `linkedin_post` string — The LinkedIn Post for the article.
    - `pinterest_description` string — The Pinterest Description for the article.
    - `youtube_post` string — The YouTube Post for the article.
    - `google_business_post` string — The Google Business Post Post for the article.
    - `threads_post` string — The Threads Post for the article.
    - `whatsapp_message` string — The Whatsapp Message for the article.
    - `telegram_message` string — The Telegram Message for the article.
    - `email_newsletter` string — The Email Newsletter for the article.

## Other responses

- `400` — Invalid request
- `401` — Unauthorized

---

[API](https://skmtc.net/agilitywriter/apis/agility-writer-api-beta.md) · [All operations](https://skmtc.net/agilitywriter/apis/agility-writer-api-beta/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/agilitywriter/agility-writer-api-beta/revisions/91fc72cb99f6/schema)
