Search for individual social media posts using semantic similarity.
cURL
curl --request GET \ --url https://api.membit.ai/v1/posts/search \ --header 'X-Membit-Api-Key: <api-key>'
{ "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 }, "search_score": 0.3715041809563351, "cluster_label": "Circle Arc Blockchain Launch" } ] }
API key for authentication.
Search query (minimum 3 characters)
3
Maximum number of posts to return (1-50)
1 <= x <= 50
Response format
json
llm
Successful search
Show child attributes