Foot Scan Measurements
A common use case for Structure Cloud is to generate foot measurements.
Users can upload a scan and request a job be performed to generate the measurements using the /jobs endpoint.
Create a Job
Referencing previously uploaded scan, create a new job by sending a POST request to the /jobs endpoint, specifying foot measurements.
Check the Job Status
Periodically ping the /jobs endpoint using a GET request, referencing the job ID, to find the job status.
Get Your Measurements
Once the job status is complete, send a GET request to the /results endpoint referencing the results ID.
The foot measurements will be delivered in the response.