Developer Documentation

Size recommendations & body measurements for any stack.

Three products — pick the one that fits your use case.

Quick startindex.html
<script src="https://v3.body2fit
  .bodygram.com/sdk.js"></script>

<script>
  const widget = new Body2FitSDK({
    clientKey: 'YOUR_CLIENT_KEY',
    brandId:   'YOUR_BRAND_ID',
    garmentSKU:'YOUR_SKU',
    countryCode:'US',
    languageCode:'en',
  });
  widget.embed();
  widget.on('ready', () =>
    widget.open());
</script>
Body2Fit widget

I need

Size recommendations

Help shoppers find the right size. Reduce returns, increase conversion.

Body2Fit docs

I need

Body measurements

Extract body measurements and 3D avatars from two photos — no special equipment required.

Platform docs

I need

A custom scanning UI

Your interface, our engine. Full control over the UX with Bodygram powering the scan and estimation.

Headless SDK docs