GetInfo

Format

/1/GetInfo/Autodigitize/*path

*path is the file that was uploaded to the server using Upload

Description

Returns the design information about the specified design component.

Parameters

Example

/1/GetInfo/Autodigitize/PulseLogoVerticalHQ.PNG

Sample Output from BaseballTemplate.PXF

<?xml version="1.0" encoding="utf-8" ?>
<GetInfoResponse xmlns="http://api.stitchport.com/getinfo/1.0/">
	<Info>
		<Width>1162</Width>
		<Height>1825</Height>
		<NumStitches>20525</NumStitches>
		<NumTrims>6</NumTrims>
		<Left>1</Left>
		<Top>3</Top>
		<Right>1163</Right>
		<Bottom>1828</Bottom>
		<Recipe>Normal</Recipe>
		<MachineFormat>Tajima</MachineFormat>
		<MasterDensity>40</MasterDensity>
		<NumElements>0</NumElements>
		<TextElements/>
		<DesignElements/>
		<Palette>
			<Thread>
				<Name>Unknown</Name>
				<Code>0</Code>
				<Manufacturer>Unknown</Manufacturer>
				<Thickness>3</Thickness>
				<Red>37</Red>
				<Green>137</Green>
				<Blue>202</Blue>
				<Type>ttUnknown</Type>
			</Thread>
		</Palette>
		<Needles>
			<Needle>0</Needle>
		</Needles>
		<Stops>
			<Stop>
				<Needle>0</Needle>
				<NumStitches>20525</NumStitches>
				<ThreadName>Unknown</ThreadName>
				<ThreadUsed>1354603.3735289252</ThreadUsed>
				<ThreadManufacturer>Unknown</ThreadManufacturer>
			</Stop>
		</Stops>
	</Info>
</GetInfoResponse>