Skip to main content

Environments

Blaaiz operates two completely isolated environments. Each environment requires its own account and has separate API keys.
EnvironmentDashboardAPI Base URLIP Whitelisting
Productionbusiness.blaaiz.comhttps://api-prod.blaaiz.comRequired
Developmentbusiness-dev.blaaiz.comhttps://api-dev.blaaiz.comNot 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:
  1. Sign up at business-dev.blaaiz.com to get a development account.
  2. Build and test your integration against api-dev.blaaiz.com — no IP whitelisting needed.
  3. 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.
Once your request is approved, API Services will be provisioned for your account and you’ll be able to generate API keys. If you cannot see the API Settings page in your dashboard after approval, your account has not been provisioned for API Services yet. Contact your dedicated account manager or support@blaaiz.com.

Step 2: Generate Your API Key

After API Services are enabled for your account:
  1. Log in to the Blaaiz dashboard for the environment you want to use:
  2. Open the API Settings page from your dashboard navigation.
  3. Copy the API key shown on that page and store it securely.
  4. If no key has been generated yet, use the generate action on the API Settings page to create one.
  5. 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.
Important: Store your API key securely. It will be used to authenticate all requests to the Blaaiz Platform API.