Previous Step
API For Brand Sizing Predictions
Overview
Call the API below with the average measurement data from the previous step to receive AI prediction results for the user's measurements in the specified brand.
Refer to the JavaScript function provided below for implementation:
API Parameters
URL: https://fitsizing.3dxrapp.com/api/Sizing/GetPredictedSizes
Method: POST (indicates that data is being sent to the server)
apikey (String): A required authentication key to access the API.
Brand:The clothing brand name
Category: The type of clothing
Product: The product name.
Gender: The gender for sizing.
Response:
["S"]
You will receive the predicted sizes as a response based on the provided measurements.