Style Me
Back
Technical Specification

Technical
Resources.

Everything you need to implement high-fidelity virtual try-on and photorealistic synthesis into your Shopify storefront.

Scroll to Explore Docs
01

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.

02

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

liquid
<!-- 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 }}"
/>
03

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.

04

API Reference

Enterprise Headless

POST/api/v1/synthesis

Initiate a high-fidelity virtual try-on request. This endpoint triggers the neural synthesis pipeline.

json
{
  "garment_id": "gid://shopify/Product/123456",
  "person_image": "base64_encoded_string...",
  "fidelity_mode": "ULTRA",
  "callback_url": "https://yourdomain.com/webhook"
}
GET/api/v1/synthesis/:request_id

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

Book a Strategy Call