Test API

eine test API

Demos

Downloads

Text parameter

POST /API/text

https://catalog.zsk.de/api/web-api/images/12-text-parameter.pnghttps://catalog.zsk.de/api/web-api/images/12-text-parameter.pnghttps://catalog.zsk.de/api/web-api/images/12-text-parameter.pnghttps://catalog.zsk.de/api/web-api/images/12-text-parameter.pngThis Json example will create stitch data which two lines of text, like shown below.

Example

{
  "RequestType": "CreatePNG",
  "Monograms": [
    {
      "Text": [
        "Text 1"
      ],
      "FontFamily": "Arial",
      "FontSizeMM": 10.0,
      "TextStyle": 0,
      "UsedNeedle": 1,
      "XposMM": 0.0,
      "YposMM": 0.0,
      "RadiusMM": 50.0,
      "TextStitchParameter": "Dense"
    },
    {
      "Text": [
        "Text 2"
      ],
      "FontFamily": "Arial Black",
      "FontSizeMM": 10.0,
      "TextStyle": 0,
      "UsedNeedle": 2,
      "XposMM": 0.0,
      "YposMM": 20.0,
      "RadiusMM": 50.0,
      "TextStitchParameter": "Premium"
    }
  ]
}