This article will help you implement our Brizy AI builder into your flow.
API Explorer: https://[your-white-label-ai-builder-domain]/api/doc#/default (to access the correct link please replace [your-white-label-ai-builder-domain] with the domain you gave us in the on-boarding process for your AI White Label setup).
Important: Please note that [your-white-label-ai-builder-domain] for the API explorer is different from your [your-white-label-dashboard-domain].
--------
Follow these steps to implement our AI builder on your side:
Step 1. Choose an integration option below (Option 1 or Option 2) to generate an AI project. This will return a PROJECT ID.
Option 1. Access the entire AI builder solution remotely from Brizy
This option is the easiest to integrate and requires the least amount of effort on your part. Your clients will access our AI builder solution remotely on a white label landing page (branded with your logo and your custom domain).
Option 2. Build the AI form on your side and send the info to our AI
This solution requires you to build the AI form on your end. It gives you the flexibility to implement the steps the way you want and design/style the form the way you want. Once you get the info required you send it to our AI endpoint for the AI generation.
Generate a company name by prompt
This "prompt" will be used by the AI to generate industry suggestions in the Industry step.

Get a List of Businesses from Google Based on User Input
This endpoint retrieves business suggestions using the Google Places API (New), based on a user's input (e.g., business name, type, or keyword). To use this endpoint, you’ll need an API key for the Google Places API (New).
-
Required Header: You must include the following header in your API request:
x-google-api-key: YOUR_GOOGLE_API_KEY
How to Get Your Google API Key:
-
Create a Google Cloud Account - Go to the Google Maps Platform (https://mapsplatform.google.com) and sign in or create a new account.
-
Enable Places API (New) - visit the Places API (New) page (https://console.cloud.google.com/marketplace/product/google/places.googleapis.com) in the Cloud Console and click "Enable" to activate the API for your project.
-
Generate or View Your API Key - Navigate to the Credentials page (https://console.cloud.google.com/google/maps-apis/credentials). If you don't have a key yet, click "Create Credentials" > "API key". If a key already exists, click "Show key" and copy it.
Important: Store your API key securely. Do not expose it in public repositories.
Input Explanation
- The input you provide (e.g., business name, full or partial) will be used to fetch Google business suggestions.
- Results are influenced by the user's current location if you need to set another location write it after business name in the same input field
Create a project
Use the `prompt` and `company` name from the previous request.
The response is an anonymous PROJECT ID that you can use as a template.

Generate selected pages for your AI project based on the provided project ID
Copy the id of created project
Request Body (JSON):
{
"pages": ["home", "about-us", "contact"]
}
Allowed Page Values:
- home
- about-us
- contact
- services
- reviews
Response:
- 200 OK — Pages were successfully generated in your project.
- 500 Internal Server Error — Failed to generate pages.
Open your anonymous project
https://[your-white-label-ai-builder-domain]/project/session/view/{Project.id}
You can read the PROJECT ID and authorize via SSO (before authorization this PROJECT ID is an anonymous client and not attached to anything)
You also have the option to use the custom_query_params query parameter. Its value should be a base64-encoded string containing the data you want to include. You can provide this query parameter to any of the AI pages. On redirect to the login page, we will include the same custom_query_params query parameter