Account access update:Buyer and seller accounts are temporarily on the waitlist while production authentication is finalized.Join waitlistView status
Docs

Flaw overlays guide

Flaw overlays help a buyer see where imperfections sit on the fabric, not just that they exist.

Back to docs

Overlay format

Use an array of annotation objects with normalized values from 0–1 for x, y,width, and height.

[
  {
    "id": "flaw-1",
    "x": 0.18,
    "y": 0.34,
    "width": 0.16,
    "height": 0.12,
    "label": "small weave skip",
    "severity": "minor"
  }
]

Best practices