GET
/
publications
/
{publication_id}
/
articles
{
  "publicationId": "5517fd7b58a6",
  "articles": [
    {
      "publicationId": "5517fd7b58a6",
      "articleId": "619a7532a47e",
      "title": "The LLMs’ Dilemma: Thinking Too Much OR Too Little?",
      "imageUrl": "https://miro.medium.com/1*fpktfQ3Sor_-dinw2XHgoQ.jpeg",
      "url": "https://levelup.gitconnected.com/the-llms-dilemma-thinking-too-much-or-too-little-619a7532a47e",
      "slug": "the-llms-dilemma-thinking-too-much-or-too-little-619a7532a47e",
      "author": {
        "id": "f1a08d9452cd",
        "name": "Salvatore Raieli",
        "username": "salvatore-raieli"
      }
    },
    {
      "publicationId": "5517fd7b58a6",
      "articleId": "0ecfd29e0b04",
      "title": "Multi-Head Latent Attention Is The Powerful Engine Behind DeepSeek",
      "imageUrl": "https://miro.medium.com/1*sMhHLkzpp1p0bAl9pHrN5w.jpeg",
      "url": "https://levelup.gitconnected.com/multi-head-latent-attention-is-the-powerful-engine-behind-deepseek-0ecfd29e0b04",
      "slug": "multi-head-latent-attention-is-the-powerful-engine-behind-deepseek-0ecfd29e0b04",
      "author": {
        "id": "f10e9a50984a",
        "name": "Dr. Ashish Bamania",
        "username": "bamania-ashish"
      }
    }
  ],
  "nextPage": {
    "limit": 10,
    "from": "L1739498285515"
  }
}

Headers

X-RapidAPI-Key
string
required

Path Parameters

publication_id
string
required

Unique identifier of publication

Query Parameters

limit
number

Limit the number of artucles returned (default: 20, max: 25).

Example:

10

from
string

A unique string (cursor/token) that represents the starting point for the next set of responses. Omit this parameter for the first request.

Example:

"L1737683820185"

Response

200 - application/json
OK
publicationId
string
articles
object[]
nextPage
object