The designInfo API method retrieves detailed information about a design file, including dimensions (height, width), stitch count, and
other metadata.
POST parameters
| Parameter | Type | Required | Description |
| appId | String | ✅ | App ID from your Wilcom Developer Portal account. |
| appKey | String | ✅ | App Key from your Wilcom Developer Portal account. |
requestXml | String | ✅ | An XML payload containing a single design file (as <file> inside <files>). |
XML structure
<xml>
<files>
<file
filename="design1.emb"
filecontents="..."
/>
</files>
</xml>
Response
On success, the API returns
an XML string containing the design metadata:
<xml>
<design_info>...</design_info> <!-- See: [design_info XML Format](#) -->
</xml>
XML components
| Component | Details |
| <files> | This element is used to pass one or more files to or from API endpoints. It contains the input vector file and the resulting design and TrueView™ file(s). |
| <design_info> | Provides estimated design properties — e.g. size, stitch count — for the generated embroidery file. |
- Only one design file should be included per request.
- Use this endpoint to inspect design characteristics before rendering, editing, or converting.
- Supported bitmap formats are listed in Supported formats section of this document.
Related Articles
View design information
The Design Information pane displays detailed information about a selected design in the Library. From this pane you can review metadata, inspect technical design properties, view available colorways, and manage attachments associated with the ...
Update design information
The update design information feature allows you to modify the metadata associated with a design in Wilcom Library. Keeping design information up to date ensures designs are easy to find, correctly categorized, and ready for production workflows. ...
Upload design files
Uploading files to Wilcom Library allows you to store embroidery designs and related materials in a central location where they can be accessed and shared across your organization. When a design file is uploaded, Library creates a design record that ...
Design Library is missing/not displayed in ES 2025
ISSUE: The Design Library is missing or not displayed. In ES 2025, after clicking Design Library icon, all you can see are your design thumbnails. Solution: 1. Set your monitor/display resolution to 100% [recommended] 2. If after doing so, and the ...
How to resize an embroidery design
To resize an embroidery design in WilcomWorkspace: Log into WilcomWorkspace. Browse to TrueSizer from the left-side menu 3. Open your embroidery design 4. In the right-side Edit panel, change the Width or Height of the design and press Enter the ...