More details coming soon.
General info
URL
https://laser-pricing.smidyo.com/v1/analyze/
Method
POST
Body
JSON
Headers
Authorization | Your access token, in this format "Bearer <token>" |
Parameters
file | Required | The drawing file, supplied from a file upload element. Remember to add _data after the variable name. Example: DRAWING_data |
Returns
success | Either true or false depending on if the analyzing of the file succeeded or not. Can be used to show an error message, or showing the customer a form for /file-issue-report. |
fileId | A handle for the uploaded file, to be used later for /estimate. |
colorTable | A datasheet that can be used in a selection element to show the available colors in the drawing. |
width | The drawing’s width in millimeters. |
height | The drawing’s height in millimeters. |
previewSvg | A URL to a preview image that can be shown in a formula. |