GET
/
services
/
media
/
clusters
/
{cid}
/
related
[
  {
    "cid": "<string>",
    "title": "<string>",
    "tldr": "<string>",
    "category": "<string>",
    "created_at": "<string>",
    "summary": "<string>",
    "feed": [
      {
        "title": "<string>",
        "link": "<string>",
        "cid": "<string>",
        "summary": "<string>",
        "content": "<string>",
        "published": "<string>",
        "source": {
          "name": "<string>",
          "logo": "<string>",
          "twitter": "<string>"
        },
        "metadata": {
          "image": "<string>",
          "author": "<string>",
          "published_time": "<string>",
          "type": "<string>"
        }
      }
    ]
  }
]

Headers

ally-api-key
string
required

Path Parameters

cid
string
required

Cluster ID

Query Parameters

limit
integer
default:4

The number of similar clusters to retrieve

Required range: 1 <= x <= 10

Response

200
application/json

Successful Response

The response is of type ClusterModel · object[].