About this endpoint
What it does
Converts an uploaded PES embroidery file into a ZIP archive and returns the archive as a downloadable binary response.
Query Parameter(s)
| Attribute | Type | Mandatory | Description |
|---|---|---|---|
| output | String | No | Default: sample-output |
Request Body
| Parameter | Type | Mandatory | Description |
|---|---|---|---|
| file | String | Yes | Binary .pes embroidery file to convert. Must have a .pes extension. |
Response
Returns a binary response containing a downloadable ZIP archive with the converted PES file.
| Parameter | Type | Mandatory | Description |
|---|---|---|---|
| binary | String | Yes | Downloadable ZIP archive containing the PES file. |