Postman Collection

Download the official DimensionsPot Postman collection — pre-built requests for all endpoints, environments, and example responses.

The official DimensionsPot Postman collection includes pre-built requests for every endpoint, covering the main use cases out of the box.

Download

Download DimensionsPot v1.4.0 Postman Collection

Import the .json file directly into Postman via File → Import.


What’s Included

The collection covers all endpoints and the most common request patterns:

#ScenarioEndpoint
1Strong anchors — height + weightPOST /v1/predict
2Rich anchors — height + weight + ≥1 circumferencePOST /v1/predict
3Single anchor — one secondary anchor onlyPOST /v1/predict
4Targeted dimensions — selected dimensions onlyPOST /v1/predict
5Bundle filter — dimensions from selected bundle onlyPOST /v1/predict
6Regional calibration — output normalised to selected regionPOST /v1/predict
7Body build type — output morphed to selected body typePOST /v1/predict
8Pediatric model — LMS + Ridge hybridPOST /v1/predict
9Health checkGET /health
10Capability discoveryGET /v1/info
11Example payloadsGET /v1/predict/examples

Setup

  1. Import the collection file into Postman.
  2. Open the collection and go to the Variables tab.
  3. Set RAPIDAPI_KEY to your key from the RapidAPI dashboard.
  4. All requests use this variable automatically — no further setup required.

Authentication

Every request sends two headers automatically from the collection variables:

X-RapidAPI-Key: {{RAPIDAPI_KEY}}
X-RapidAPI-Host: dimensionspot-bodysize-engine.p.rapidapi.com

Key Notes

Body height is in millimetres — The most common mistake is sending height in centimetres. The API expects body_height in mm (e.g., 1780 for 178 cm). The collection uses correct values; keep this in mind when editing payloads.

Imperial inputs — To send measurements in inches and lbs, set "input_unit_system": "imperial". Conversion to metric is applied before validation.

Regional parametersinput_origin_region (your customer’s population) and target_region (your size chart’s population) are independent. Setting both enables cross-regional calibration in a single call.

Confidence threshold — The collection uses "confidence_score_threshold": 0 by default (returns all dimensions). For production, use 75 for apparel, 70 for rental and PPE.