We use HTTP authentication. You will need to provide your API key in the requests headers.

headers = {
	"Authorization": "Your API Key",
	"Content-Type": "application/json"
}

requests.get(url, headers=headers)

How to get an API key

To generate an API key, log in to the Rebase Platform. In the top right corner of the dashboard, click on the user profile image and select ‘Account’. On the left sidebar, click ‘API’. Under the ‘API Keys’ section, you can view, generate, or delete your API keys.