Skip to main content
You’ll need to authenticate your requests to access some of the endpoints in the Bannerify API. In this guide, we’ll look at how authentication works.

API Key

When requesting resources, you will need your api key — you will find it in the Dashboard. Here’s how to add the api key to the request query using cURL:
curl https://api.bannerify.co/v1/...?apiKey=YOUR_API_KEY
Always keep your api key safe and reset it if you suspect it has been compromised.
Currently, API is in development and no requests are authenticated, freely put any text as the api key.