Returns information about
an embroidery file.
ZSK Web API
Returns information about
an embroidery file.
| Parameter | Type | Description | Required |
|---|---|---|---|
RequestType |
string | Request type | Yes |
EmbroideryType |
string | Type of embroidery data | Yes |
EmbroideryBase64 |
string | BASE64 encoded embroidery data | Yes |
Json request:
{
"RequestType": "GetEmbroideryInfo",
"EmbroideryType": "TC",
"EmbroideryBase64": "base64 encoded embroidery data",
"ServerVersion": 3
}
Json response:
{
"widthMm": 208.0,
"heightMm": 254.5,
"maxX": 1040.0,
"maxY": 1273.0,
"minX": -1040.0,
"minY": -1272.0,
"maximum": 0.0,
"minimum": 0.0,
"numberOfStitches": 103724,
"designName": null,
"customerNumber": null,
"customerName": null,
"orderNumber": null,
"designNumber": 0
}