This guide walks you through everything you need to start calling Bonai APIs. You set up your account once. After that, you create a separate API key for each product you want to use.
1. Create your account
Go to the Bonai console and sign up with your email or Google account. You’ll need to verify your email address before you can continue.
2. Select a product
Each Bonai product has its own workspace. Use the product switcher in the sidebar to select the product you want to use, for example Bonai News API or Google News API.
3. Create an API key
- In your product workspace, open API Keys.
- Click Create key and give it a name, for example
production or staging.
- Copy the full key (
bk_...). It is shown only once.
API keys are scoped to a product. A key created in the Bonai News API workspace only works with the Bonai News API.
Store your API key somewhere safe. You cannot view the full key again after closing the dialog. If you lose it, revoke the key and create a new one.
4. Make your first request
Send your key with every request using the api-key header:
A successful response looks like this:
What’s next