LumeCore SDK. One shade catalog. Every channel.
JS embed for web storefronts, npm package for React and headless, native SDKs for iOS Swift and Android Kotlin. Upload your catalog once — the same shade accuracy everywhere your brand sells.
Three steps to live try-on.
Start a free trial to receive your lmg_live_* API key. Sandbox key included for dev/staging.
POST your product SKUs with HEX values and finish types to the Catalogs API, or use the dashboard CSV importer.
Add the script tag and mount div. The try-on layer renders in your existing product page — no iframe, no popup.
Web integration.
For Shopify, WooCommerce, or any JS storefront, the full embed is about five minutes. The LumeCore loader auto-detects the product ID from your data-product-id attribute and pulls your shade catalog from the API. No backend work required.
- No video stream leaves the device — camera data stays in browser memory
- Sub-100ms shade switching — no network round-trip per shade
- WebAssembly-based — works in all modern browsers including Safari iOS
| Endpoint | Method | Description |
|---|---|---|
| /v1/sessions | POST | Create a new try-on session token for a product page |
| /v1/sessions/{id} | GET | Retrieve session metadata and shade interaction history |
| /v1/shades | GET | List all shades in a catalog, with render metadata |
| /v1/shades | POST | Create or batch-import shades to a catalog |
| /v1/analytics/sessions | GET | Aggregate session stats: daily sessions, shade pick rate, cart events |
Real-time events.
LumeCore fires HMAC-signed webhook events to your endpoint for key shopper actions. Use them to trigger cart analytics, segment audiences by shade preference, or feed shade dwell-time data into your product strategy.
- session.started Shopper activates camera
- shade.selected Shopper picks a shade to render
- cart.intent Shopper taps Add to Cart during session
- session.ended Session closes (navigated away or timeout)
Get your API key today.
Request a key and you'll have a sandbox environment within minutes. Start with the quickstart guide — most Shopify brands are rendering live shades the same day.