Parameters for all requests
- companyid - The companyid is a unique code that is given as part of your subscription to access the API. This code must be supplied as part of the header for each API request.
Refer to the Documentation page for each specific request and the supported Parameters
Transformation Parameters
Description
Designs, lettering, and compounds can be transformed. Transformations include scaling, rotation, translation.
Parameters
-
Angle - Angle of rotation in degrees clockwise.
Rotation is centered on the center of the component. Default is 0.
-
Scale - Scaling factor to apply. Units are percent.
Scaling is centered on the center of the component. Default is 100%
- OffsetX - X directional offset to move the component. Positive values are to the right. Default is 0.
- OffsetY - Y directional offset to move the component. Positive values are down. Default is 0.
- ResetOrigin - True/False value to move the center of the component to the (0,0) location.
Using a combination of ResetOrigin=true, OffsetX, OffsetY will ensure that the center of the component
is at a known location.
Example
api/Lettering/Render?Text=Pulse&ImageWidth=400&Angle=45