Skip to main content

Integrations

Overview

GlamAR provides SDKs across multiple platforms to help developers quickly integrate AR Try-On and AI Facial Skin Analysis into any digital product. The SDKs handle camera access, face detection, and real-time inference which allows you to focus on experience design instead of low-level vision or ML logic.

All SDKs connect to the same GlamAR backend that ensures consistent performance, security, and data structure across environments.

  • Web: Embed the SDK via script tags or module imports. Initialize with container ID + access key, and set category to switch between use cases.
  • Android / iOS: Use platform SDKs (or WebView wrappers) to enable camera access and live face analysis in native apps.
  • React Native / Flutter: These cross-platform SDKs use WebView bridges to run GlamAR’s core logic while integrating with native UI flows.

Each SDK handles image capture, face detection, and inference routing, so you don’t need to rebuild those core components themselves. You just choose your UI flow and UX, and plug in the SDK.

Shared Capabilities

Regardless of platform, all GlamAR SDKs share the following features:

  • Unified initialization parameters (e.g., access key, container ID, environment).
  • Automatic face tracking, camera access, and light adjustment.
  • Built-in analytics for session tracking and performance monitoring.
  • Secure token-based authentication and domain whitelisting.

Choosing the Right SDK

  • Use the Web SDK for fast, browser-based deployment.
  • Use Android/iOS SDKs for fully native, low-latency experiences.
  • Use React Native or Flutter SDKs for hybrid apps with shared codebases.