Technical
Resources.
Everything you need to implement high-fidelity virtual try-on and photorealistic synthesis into your Shopify storefront.
Getting Started
Core Foundations
Installation
Style Me is a native Shopify Theme App Extension. Once installed from the App Store, navigate to your **Theme Editor** to enable the Style Me blocks on your Product pages.
Catalog Discovery
Our engine automatically crawls your product graph to identify clothing items. We use your variant imagery as the high-res ground truth for the synthesis process.
Storefront Integration
Zero-Liquid Architecture
Native Theme Blocks
Online Store 2.0 allows Style Me to live within your product blocks. You can drag and drop the "Style Me" button anywhere on your Product Details Page (PDP).
<!-- The Style Me Button Block automatically injects: -->
<style-me-button
data-product-id="{{ product.id }}"
data-variant-id="{{ product.selected_or_first_available_variant.id }}"
/>Photography Standards
Fidelity Optimization
Lighting
Even, diffused lighting without harsh shadows. This ensures the AI can accurately map fabric textures and body shadows.
Framing
Full garment visibility is essential. The product should be centered with at least 5% margin around all edges.
Resolution
Minimum 2048px on the longest side. Higher resolution imagery directly correlates with photorealistic synthesis quality.
API Reference
Enterprise Headless
/api/v1/synthesisInitiate a high-fidelity virtual try-on request. This endpoint triggers the neural synthesis pipeline.
{
"garment_id": "gid://shopify/Product/123456",
"person_image": "base64_encoded_string...",
"fidelity_mode": "ULTRA",
"callback_url": "https://yourdomain.com/webhook"
}/api/v1/synthesis/:request_idCheck the status and retrieve the result of a synthesis request. Typical inference time is 4-8 seconds.
Custom implementation?
Our engineering team provides dedicated support for enterprise brands with bespoke technical requirements.