One to eight photos — four views (front, back, left, right) is the sweet spot. Robust against lighting changes. Height entered once for scale.
Body measurements from a few phone photos.
Send one to eight photos — four views work best. Menzura returns a full set of ISO 8559-1 measurements as JSON: no depth sensor or measuring tape required.
A parametric body model is solved against every silhouette you send, then ISO 8559-1 girths are read off the fitted mesh.
18 ISO 8559-1 measurements plus per-value confidence, returned in one response.
Three calls from photos to pattern.
Capture
Post up to eight images using our API.
Solve
Segmentation, keypoints and a parametric body fit run server-side. More views tighten the solve; typical turnaround is a few seconds per subject.
Consume
Measurements named and defined per ISO 8559-1, with confidences and an optional mesh, come back as JSON — pattern making or progress tracking.
Within 2 cm of the tape, every measurement.
Internal testing against ISO 8559-1 tape-measure ground truth. Max deviation observed across the measurement set was 2 cm.
One endpoint. Up to eight images.
Attach up to eight views of 10 MB each; four is the recommended set. REST and gRPC, idempotent jobs, signed webhooks, SDKs for TypeScript, Python, Swift and Kotlin.
curl -X POST https://api.menzura.ai/v1/measure \ -H "Authorization: Bearer $MENZURA_KEY" \ -F photos[][email protected] \ -F photos[][email protected] \ -F photos[][email protected] \ -F photos[]=@three_quarter.jpg \ -F height_cm=178 202 { "id": "msr_8f2c41", "status": "queued" }
curl https://api.menzura.ai/v1/measurements/msr_8f2c41 \ -H "Authorization: Bearer $MENZURA_KEY" { "id": "msr_8f2c41", "status": "succeeded", "units": "cm", "views_used": 4, "measurements": { "chest": { "value": 98.4, "confidence": 0.96 }, "waist": { "value": 82.1, "confidence": 0.94 }, "hip": { "value": 101.6, "confidence": 0.95 }, "inseam": { "value": 79.3, "confidence": 0.91 } } }
Pay per scan.
A scan is one subject and up to eight photos, full measurement set. Failed captures aren't billed.
Free
Contact us to get a development API key to try it out.
Start building$0.30 / scan
Volume steps down to $0.11 past 25k scans a month. Webhooks, mesh export, 99.9% target uptime.
Request accessCustom
Committed volume, on-prem or region-pinned deploys, DPA and SLA.
Talk to usQuestions we get first.
Get on the access list.
We onboard a handful of teams each week and help wire the first integration ourselves.