Skip to main content

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

  1. Create a PixelBin Account

    Go to https://console.pixelbin.io/choose-org and sign up or log in.

    Image 1

  2. Generate an Access Token

    • Click the ⚙️ Settings icon
    • Select Tokens from the left sidebar Image 1
    • Click Create Token Image 1
    • Name your token (e.g. glamar-dev) and click Create Image 1
    • Copy the generated Access Key — you’ll need it to initialize the SDK or call APIs Image 1
  3. 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

  1. Go to Product Inventory under the GlamAR Console

  2. Select the relevant product category (e.g. Makeup, Eyewear)

  3. Click the ⚙️ Settings button on the top-right

  4. Click the product or model and find the Domain Whitelist section

  5. 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

  1. Navigate to the GlamAR Console

    From the PixelBin dashboard, open the GlamAR section from the left sidebar.

  2. Open Product Inventory

    Select Product Inventory to see existing SKUs and uploaded models.

  3. Choose the Right Category

    Click on the relevant product type tab (e.g. Makeup, Eyewear, Jewelry).

  4. Click on “Add Product”

    • Fill in required details
  5. Save & Test

    Once saved, your SKU is ready for use via SDKs or the Playground.