These notes guide developers through the initial setup, authentication, API calling structure, and development tools available for integrating the Wilcom Embroidery Web API into web applications.
After signing in, read the documentation carefully, starting with...

Every API call must include:

Function | URL |
All API calls |
Method | Purpose |
| api/info | Get API version and available fonts. |
| api/designInfo | Get metadata β stitch count, size, etc. |
| api/designTrueview | Generate TrueView of existing design. |
| api/newDesign | Create full design from a recipe. |
| api/newDesignTrueview | Preview new design as TrueView. |
| api/newLetteringPreview | Quick preview of simple lettering. |
| api/editDesign | Modify text/monogram in existing EMB file. |
| api/bitmapArtDesign | Auto-digitize bitmap artwork to embroidery. |
| api/vectorArtDesign | Auto-digitize vector artwork to embroidery. |
| api/bitmapArtPreview | Generate preview from bitmap art. |
curlThe API returns an XML string with result metadata or an error block if something fails.
Wilcom.EWAEntity.dllWilcom.GeneralEntity.dllRestSharp.dll
Resource | Details |
Developer portal | |
| Sales | https://wilcom.com/web-api |
Docs & specs | Detailed schema and examples provided via the Developer Portal |
Sample apps | Available in Node.js, Python, PHP |