Environments
Blaaiz operates two completely isolated environments. Each environment requires its own account and has separate API keys.| Environment | Dashboard | API Base URL | IP Whitelisting |
|---|---|---|---|
| Production | business.blaaiz.com | https://api-prod.blaaiz.com | Required |
| Development | business-dev.blaaiz.com | https://api-dev.blaaiz.com | Not required |
- Sign up at business-dev.blaaiz.com to get a development account.
- Build and test your integration against
api-dev.blaaiz.com— no IP whitelisting needed. - When ready for production, sign up at business.blaaiz.com, complete KYB, request API access, and whitelist your server IPs.
Prerequisites
Before you can use the Blaaiz Platform API, you’ll need:- A Blaaiz business account — Sign up at business registration link.
- Completed KYB verification — Your business must pass our Know Your Business (KYB) verification process.
- API Services enabled — Request access to API Services through your dedicated account manager or by contacting support@blaaiz.com.
- Whitelisted IP addresses — Only approved IPs can call the API.
IP whitelisting is required before making API calls. Submit the server IPs you will use for API requests. Calls from non-whitelisted IPs are rejected for security. Read more: IP whitelisting guide
Step 1: Request API Access
To start building with the Blaaiz Platform API, API Services must be enabled for your business account. How to request access:- Navigate to your business dashboard and request API access. coming soon, or
- Contact our team at support@blaaiz.com.
Step 2: Generate Your API Key
After API Services are enabled for your account:- Log in to the Blaaiz dashboard for the environment you want to use:
- Development: business-dev.blaaiz.com
- Production: business.blaaiz.com
- Open the API Settings page from your dashboard navigation.
- Copy the API key shown on that page and store it securely.
- If no key has been generated yet, use the generate action on the API Settings page to create one.
- If a key is ever compromised, generate a replacement key and disable the affected one. You can have up to 3 keys at a time.
Development and production issue different API keys. Always use the key from the same environment as the base URL you are calling.
Quick answers
- Where do I get my API key? From the API Settings page in the Blaaiz dashboard after API Services have been enabled.
- Why can’t I see API Settings? Your account has not been provisioned for API Services yet.
- Are dev and prod API keys the same? No. Development and production use different API keys.

