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 |
Production and development are not linked. You must create a separate
account on each dashboard. Data, customers, wallets, and API keys do not
transfer between environments.
Recommended workflow:
- 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 [email protected].
- 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 [email protected].
Once your request is approved, API Services will be provisioned for your account and you’ll be able to generate API keys.
Step 2: Generate Your API Key
After API Services are enabled for your account:
- Log in to your Blaaiz business dashboard.
- Navigate to the API Settings section.
- Your API key will be automatically generated and displayed.
- In rare cases where automatic generation doesn’t occur, you can manually generate a key with one click.
- In case of compromise, you can generate new API keys (up to 3), and disable the compromised key.
Important: Store your API key securely. It will be used to authenticate all requests to the Blaaiz Platform API.