curl 'https://api-app.membit.ai/clusters/search?q=crypto' \
-H 'Authorization: Bearer YOUR_API_KEY'
Getting started with the Membit API is simple. Follow these steps to get your API key and make your first request.
1

Sign in to Membit

First, head over to membit.ai and sign in using your GitHub or Google account.
2

Get your API key

Once you’re signed in, you’ll be able to generate a free API key from your account dashboard. This key will give you access to the Membit API.
3

Authenticate your requests

To authenticate your requests, you’ll need to include your API key in the Authorization header of your requests, prefixed with Bearer .
curl 'https://api-app.membit.ai/clusters/search?q=crypto' \
-H 'Authorization: Bearer YOUR_API_KEY'
Keep your API key secure and do not share it publicly.