Vectors

Format

/1/Vectors/[design component]

Design component can be Lettering, a design, a template, a compound or a AutoDigitize.

Description

Renders a design component and returns the vector data with palette information.

Parameters

Example

/1/Vectors/Lettering?Text=ABC

Response Parameters - Returns list of elements in JSON format

Output

    {
	    "Elements": [
		    {
			    "Name": "string",
			    "Text": "string",
			    "IsText": true,
			    "Bounds": {
				    "Top": 0,
				    "Bottom": 0,
				    "Left": 0,
				    "Right": 0
			    },
			    "Fonts": [{"Name":"string"}],
			    "Height": 0,
			    "Stitches": [
				    {
					    "X": 0,
					    "Y": 0,
					    "X1": 0,
					    "Y1": 0,
					    "RelColor": 0,
					    "Code": 0
				    }
			    ],
			    "Palette": [
				    {
					    "Blue": 0,
					    "Red": 0,
					    "Green": 0,
					    "Code": "string",
					    "Name": "string",
					    "Manufacturer": "string",
				    }
			    ]
		    }
	    ]
    }