About this endpoint
What it does
Converts an uploaded .pes embroidery file into a ZIP archive. The endpoint takes the source file in the request body and returns the converted archive as binary output.
Query Parameter(s)
| Attribute | Type | Mandatory | Description |
|---|---|---|---|
| output | String | No | Output name, default: sample-output. |
Request Body
| Parameter | Type | Mandatory | Description |
|---|---|---|---|
| file | String | Yes | The .pes embroidery file to convert. Must have a .pes extension. |
Response
Returns a downloadable ZIP archive as a binary response. The output schema is a single String binary value containing the ZIP file data.
| Parameter | Type | Mandatory | Description |
|---|---|---|---|
| value | String | Yes | Binary ZIP archive containing the converted PES file. |