Test API

eine test API

Demos

Downloads

Requests

Post /test/test

Job Response Type

Definition of the job response type.

Success
If Success is true, the processing of the request succeeded.
RequestData
Contains the requested data. (Binary data is Base64 encoded).
Info
The Info object contains all available information about the embroidery data.

Parameters

Parameter Type Description Required
FontFamily String Arial,San Test No

Example

  {
  "RequestType": "CreatePNG",
  "Monograms": [
    {
      "Text": [
        "Mein Text"
      ],
      "FontFamily": "Arial",
      "FontSizeMM": 10.0,
      "UsedNeedle": 1,
      "XposMM": 0.0,
      "YposMM": 0.0,
      "HorizontalAlignment": 0,
      "TextBendProcent": 0.0,
      "TextStitchParameter": "Premium",
      "MonogramStyle": 0
    }
  ],
  "Needle": [
    {
      "Red": 255,
      "Green": 0,
      "Blue": 0,
      "Name": "Red"
    },
    {
      "Red": 0,
      "Green": 255,
      "Blue": 0,
      "Name": "Green"
    },
    {
      "Red": 0,
      "Green": 0,
      "Blue": 255,
      "Name": "Blue"
    },
    {
      "Red": 0,
      "Green": 255,
      "Blue": 255,
      "Name": "Cyan"
    },
    {
      "Red": 255,
      "Green": 0,
      "Blue": 255,
      "Name": "Magenta"
    },
    {
      "Red": 255,
      "Green": 255,
      "Blue": 0,
      "Name": "Yellow"
    },
    {
      "Red": 255,
      "Green": 255,
      "Blue": 255,
      "Name": "White"
    },
    {
      "Red": 0,
      "Green": 0,
      "Blue": 0,
      "Name": "Black"
    },
    {
      "Red": 128,
      "Green": 128,
      "Blue": 128,
      "Name": "Gray"
    }
  ],
  "TrueView": {
    "Strichdicke": "300",
    "Helligkeit": "100",
    "BeleuchtungEin": "1",
    "BeleuchtungWinkel": "90",
    "AusblendenAktiv": "1",
    "AusblendenAb": "127"
  },
  "PngResolution": 254
}