Get detailed information about a specific cluster, including individual posts.
cURL
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 } ] }
API key for authentication.
Exact cluster label from search results
Maximum number of posts to return (1-50)
1 <= x <= 50
Response format
json
llm
Successful retrieval
Show child attributes