Refer to the Documentation page for each specific request and the supported Parameters
/api/[design component]/GenerateAll
Design component can be Lettering, a design, a template, a compound or an AutoDigitize.
Returns the design information, rendered file url and generated file url of the specified design component.
/api/Lettering/GenerateAll?Text=Pulse
{
"GenerateAllResponse": {
"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": {
"Url": "http://localhost:59776/Api/Cached/636876673645500394.pxf"
},
"RenderedFile": {
"Url": "http://localhost:59776/Api/Cached/636876673645500394.png"
}
}
}