Parameters for all requests

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

Autodigitize RenderAll

Format

/api/[design component]/RenderAll?Path=*path

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

Description

Returns the design information, rendered file url and generated file url of the specified design component.

Parameters

Example

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

Sample Output

{
    "RenderAllResponse": {
        "Info": {
            "Width": "1777",
            "Height": "1617",
            "NumStitches": "19726",
            "NumTrims": "1",
            "Left": "10",
            "Top": "86",
            "Right": "1787",
            "Bottom": "1703",
            "Recipe": "Normal",
            "MachineFormat": "Tajima",
            "MasterDensity": "40",
            "NumElements": "0",
            "TextElements": "",
            "DesignElements": "",
            "Palette": {
                "Thread": {
                    "Name": "Unknown",
                    "Code": "0",
                    "Manufacturer": "Unknown",
                    "Thickness": "3",
                    "Red": "2",
                    "Green": "2",
                    "Blue": "2",
                    "Type": "ttUnknown"
                }
            },
            "Needles": {
                "Needle": "0"
            },
            "Stops": {
                "Stop": {
                    "Needle": "0",
                    "NumStitches": "19726",
                    "ThreadName": "Unknown",
                    "ThreadUsed": "1111637.9118856031",
                    "ThreadManufacturer": "Unknown"
                }
            },
            "StartLocation": "sslCentre",
            "StopLocation": "sslCentre",
            "UserDefinedStartPointX": "0",
            "UserDefinedStartPointY": "0",
            "UserDefinedStopPointX": "0",
            "UserDefinedStopPointY": "0",
            "StartOffsetX": "0",
            "StartOffsetY": "0",
            "StopOffsetX": "0",
            "StopOffsetY": "0",
            "StartStopAlignment": "ssatNone"
        },
        "GeneratedFile": null,
        "RenderedFile": {
            "Url": "http://localhost:59776/Api/Cached/636876673645500394.png"
        }
    }
}