Parameters for all requests

Refer to the Documentation page for each specific request and the supported Parameters

Autodigitize Simulate

Format

/api/Autodigitize/Simulate?Path=*path

*path is the file that was uploaded to the server using Upload

Description

Return a estimation for the design stitches and a reduced color image(embroidery like) in base64 format.

Parameters

Example

/api/Autodigitize/Simulate?Path=PulseLogoVerticalHQ.PNG

Sample Output

{
"StitchesEstimation": 78642.0,
"Preview": "base64string"
}