Configure Site
Learn the ways to configure Unbxd Search with your site.
Overview
This guide provides the necessary steps to configure Unbxd Search for your site or application. By following this process, you will link your site to the Unbxd platform, set up essential API keys, upload your catalog data, and map fields for optimal search relevance. This guide is intended to help you understand the required configurations and provide best practices for the efficient integration of Unbxd Search.
Prerequisites
Before you start configuring your Unbxd Search, ensure the following steps are completed:
- Account Access: You must have an active Unbxd account. Unbxd Account Manager will provide access to the signup form and related details.
- Website URL: Your website or app's URL must be ready for integration.
- Catalog Data: You need to have your product catalog in a format ready for upload (e.g., CSV, JSON, or so on).
- Access to API Keys: You will need the site key, secret key, and API key to authenticate API calls.
Set up Unbxd Panel
Configure Site
To access the console and set up your site, enter in the details on the signup form shared by your Account Manager. These details will help link your site/app to the Unbxd platform.
Required Fields for Configuration:
- Website URL: Enter the URL of your site/app for which you want to integrate Unbxd Search. This will add a site to the console and link your site to it. You can also add more sites from the console’s interface at any time.
- Region: Select the physical location of Unbxd servers (Singapore or the US) that are closest to your server. This will ensure the best search response times. Choose Singapore if you're located in the Asia-Pacific (APAC) region, otherwise select US.
Keys
Keys are essential for making API calls to the Unbxd platform from your site. To access your keys through the console navigate to Manage > Configure Site.
Unbxd Search uses three types of keys to authenticate API calls:
- Site Key: A unique alphanumeric key for each site on the Unbxd platform. It is used in all API calls to identify your site.

Site Key
- Secret Key: A unique 32-character hexadecimal key for your account. This key is not exposed in the URL and is used for secure operations, such as catalog uploads.

Secret Key
- API Key: A unique hexadecimal API key used to identify your account. Like the site key, it is also used in every API call to authenticate requests.

API Key
APIs
APIs are the building blocks of Unbxd Search.
Navigate to Manage > Configure Site > APIs. API calls will be used for different purposes such as Catalog Upload, Search, and typeahead features.

Configure Site Section
Available APIs include:
- Commerce Search API: Retrieving search results based on user queries.
- Catalog Feed API: Used to upload and manage catalog data.
- Typeahead (Autocomplete) API: Used to provide search suggestions as the user types in the search bar.
Copy the API signature from the interface to make API calls to the Unbxd platform.
Updated 16 days ago