Skip to main content
GET
/
services
/
clusters
/
{cluster_id}
{
  "clusterId": "<string>",
  "title": "<string>",
  "tldr": "<string>",
  "category": "<string>",
  "createdAt": "<string>",
  "members": [
    {
      "title": "<string>",
      "url": "<string>",
      "clusterId": "<string>",
      "summary": "<string>",
      "pageContent": "<string>",
      "publicationDate": "<string>",
      "sourceType": "<string>",
      "sourceName": "<string>",
      "metadata": {
        "image": "<string>",
        "author": "<string>",
        "published_time": "<string>",
        "modified_time": "<string>",
        "type": "<string>"
      },
      "sourceLogo": "<string>"
    }
  ],
  "thumbnail": "<string>",
  "uniqueSourcesCount": 123,
  "uniqueVideosSourcesCount": 123
}

Path Parameters

cluster_id
string
required

Response

Successful Response

clusterId
string
required

The cluster id

title
string
required

The title of the cluster (generated by AI)

tldr
string
required

The tldr of the cluster (generated by AI)

category
string
required

The category of the cluster

createdAt
required

The time the cluster was created

members
FeedModel · object[]
required

The list of posts in the cluster

uniqueSourcesCount
integer
required

The number of unique sources in the cluster

uniqueVideosSourcesCount
integer
required

The number of unique video sources in the cluster

thumbnail
string | null

The thumbnail of the cluster

I