Quickstart
This guide will get you all set up and ready to use the Repurai API. We'll cover how to get started using simple HTTP requests and how to make your first API call to retrieve your feeds. We'll also look at where to go next to take full advantage of our intelligence and discovery features.
Before you can make requests to the Repurai API, you will need to generate an API key from your dashboard. You can find it under API Keys.
Authentication
All API requests must include your secret API key in the X-API-Key HTTP header. This key should be kept secure and never shared publicly.
X-API-Key: rep_your_secret_key_here
Making your first API request
Once you have your API key, you are ready to make your first call to the Repurai API. Below, you can see how to send a GET request to the Feeds endpoint to retrieve all your organized subscriptions.
curl https://api.repur.ai/v1/feeds \
-H "X-API-Key: {your_api_key}"
What's next?
Great, you've made your first request to the Repurai API. Here are a few paths you can take to explore further: