Getting Started
Creating Access Token
All GlamAR integrations require a valid Access Token
GlamAR is built on Pixelbin infrastructure, which powers authentication, model delivery, and asset management. PixelBin is developed and operated by Fynd— a trusted provider of enterprise-grade commerce infrastructure.
What Is a PixelBin Token?
A PixelBin token (also called an Access Key) is:
- A unique, secret string that identifies your account or environment
- Required for initializing SDKs or calling APIs
- Scoped to a specific organization or app inside your PixelBin account
Steps to Create a Token
-
Create a PixelBin Account
Go to https://console.pixelbin.io/choose-org and sign up or log in.
-
Generate an Access Token
- Click the ⚙️ Settings icon
- Select Tokens from the left sidebar
- Click Create Token
- Name your token (e.g.
glamar-dev
) and click Create - Copy the generated Access Key — you’ll need it to initialize the SDK or call APIs
-
Open the GlamAR Console
- Once logged in to PixelBin, go to the GlamAR section from the left sidebar
- This is where you’ll upload models, manage SKUs, and configure domain access
Whitelist Your Domains
If you’re using the Web SDK, you must whitelist your frontend domains to enable secure model loading
-
Go to Product Inventory under the GlamAR Console
-
Select the relevant product category (e.g. Makeup, Eyewear)
-
Click the ⚙️ Settings button on the top-right
-
Click the product or model and find the Domain Whitelist section
-
Add all domains where the SDK will be embedded separated by comma
e.g.,
https://yourstore.com
,https://test.myapp.com
✅ Don’t forget to add localhost if you’re testing in a local dev environment.
Uploading Products & Models
To enable AR Try-On for any product, you need to upload a 3D model (or effect) and link it to a SKU inside the GlamAR Console.
What You’ll Need
- A valid Access Token (see: Creating Token)
- Supported 3D model formats (e.g.
.glb
,.usdz
, or category-specific formats) - SKU identifiers for your products (optional: match with your backend)
Steps to Upload
-
Navigate to the GlamAR Console
From the PixelBin dashboard, open the GlamAR section from the left sidebar.
-
Open Product Inventory
Select Product Inventory to see existing SKUs and uploaded models.
-
Choose the Right Category
Click on the relevant product type tab (e.g. Makeup, Eyewear, Jewelry).
-
Click on “Add Product”
- Fill in required details
-
Save & Test
Once saved, your SKU is ready for use via SDKs or the Playground.