LiveDesigner API Documentation
The LiveDesigner API web service allows user to make modifications to lettering or designs using a query string in the url.
Create Lettering/Modify Designs
to create Embroidery lettering query could look like:
Lettering?alphabet=FULL%20BLOCK&text=Hello%20World&color=ccaa00
Lettering?alphabet=FULL%20BLOCK&text=Hello%20World&color=ccaa00
For a design file you can modify the following:
- Any color in the design file
- Any lettering element in design file including text/color/alphabet
foldername/filename.ofm?C0=00ff00&L0.text=Hello the above query changes first color in filename.ofm to green and first lettering element to Hello
Get Visualization
For any design modified or created can retrieve png graphic by placing GetImage in url:
- http://api.livedesigner.com/{yourusername}/GetImage/Lettering?alphabet=FULL%20BLOCK&text=Hello%20World&color=ccaa00
- http://api.livedesigner.com/{yourusername}/GetImage/foldername/filename.ofm?C0=00ff00&L0.text=Hello
Get Fullfillment File
For any design modified or created can retrieve fullfillment file in dozens of formats for sewing out on embroidery machine or printer by placing GetDesign in url:
- http://api.livedesigner.com/{yourusername}/GetDesign/Lettering?alphabet=FULL%20BLOCK&text=Hello%20World&color=ccaa00&FileName=file.ofm
- http://api.livedesigner.com/{yourusername}/GetDesign/foldername/filename.ofm?C0=00ff00&L0.text=Hello&FileName=file.ofm
Stitch Player
Can run stitch player on any dynamically created design file:
- http://api.livedesigner.com/{yourusername}/StitchPlayer/Lettering?alphabet=FULL%20BLOCK&text=Hello%20World&color=ccaa00
- http://api.livedesigner.com/{yourusername}/StitchPlayer/foldername/filename.ofm?C0=00ff00&L0.text=Hello