Skip to main content
GET
/
clusters
/
info
Cluster Info
curl --request GET \
  --url https://api.membit.ai/v1/clusters/info \
  --header 'X-Membit-Api-Key: <api-key>'
{
  "category": "<string>",
  "summary": "<string>",
  "engagement_score": 123,
  "posts": [
    {
      "id": 237064,
      "uuid": "2b13144b-d8d1-76fd-dd9a-a2020c9ad227",
      "author": {
        "handle": "@PhilosophyOfPhy",
        "name": "Philosophy Of Physics",
        "profile_image": "https://img.membit.ai/v2/ae606b4a-cd1f-4ec2-fa1d-b549ce56371e.jpeg"
      },
      "content": "The World as a Mathematical Game;...",
      "url": "https://x.com/PhilosophyOfPhy/status/1955303556321525765",
      "mentioned": {
        "id": 29481,
        "uuid": "a024f4de-498a-8ddb-dbae-c0514428f991",
        "author": {
          "handle": "@PhilosophyOfPhy",
          "name": "Philosophy Of Physics",
          "profile_image": "https://img.membit.ai/v2/ae606b4a-cd1f-4ec2-fa1d-b549ce56371e.jpeg"
        },
        "content": "SO, what happens with Stripe and Circle chains? ...",
        "timestamp": "2025-08-12T15:40:15Z"
      },
      "timestamp": "2025-08-12T16:21:10Z",
      "is_substantive": true,
      "engagement": {
        "likes": 552,
        "replies": 1,
        "retweets": 68
      },
      "engagement_score": 525.4269464440242
    }
  ]
}

Authorizations

X-Membit-Api-Key
string
header
required

API key for authentication.

Query Parameters

label
string
required

Exact cluster label from search results

limit
integer
default:10

Maximum number of posts to return (1-50)

Required range: 1 <= x <= 50
format
enum<string>
default:json

Response format

Available options:
json,
llm

Response

Successful retrieval

category
string
summary
string
engagement_score
number
posts
object[]
I