---
title: "Get story by IDs (POST Method)"
method: POST
path: "/stories/ids/"
tags: ["Stories"]
---

# Get story by IDs (POST Method)

`POST /stories/ids/`

This endpoint is primarily used to get multiple stories by the given ids. 
NOTE: the payload should be in json format, i.e. {'ids': '3IJ3OL6VAVGY7F77UUPP5TWC2I,PO5TCVMR45FCZDIMKQ3553TZIM'} or (v2 compatible) {'id': '3IJ3OL6VAVGY7F77UUPP5TWC2I,PO5TCVMR45FCZDIMKQ3553TZIM'} also, the value can be either comma separated string or an array of strings ['3IJ3OL6VAVGY7F77UUPP5TWC2I', 'PO5TCVMR45FCZDIMKQ3553TZIM']

## Request body

- object
  - `ids` string

## Response `200`

successful operation

- GetStoryByIDs
  - `articles` Article[]
    - `article` object
      - `article_body` object[]
        - `_id` string
        - `content` string
        - `type` string
      - `article_length_label` string
      - `article_word_count` number
      - `author` string
      - `byline` string
      - `clickability_id` string
      - `id` string
      - `image_caption` string
      - `image_credit` string
      - `image_height` number
      - `image_url` string
      - `image_width` number
      - `item_url` string
      - `primary_section` string
      - `published_at` string
      - `section` string
      - `sub_headlines` string
      - `sub_section` string
      - `sub_sub_section` string
      - `synopsis` string
      - `title` string
      - `updated_at` string

## Other responses

- `500` — Internal Server Error

---

[API](https://skmtc.net/inquirer/apis/mobile-middleware.md) · [All operations](https://skmtc.net/inquirer/apis/mobile-middleware/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/inquirer/mobile-middleware/revisions/b0608768680f/schema)
