Asset Get Binary

To get asset binary data, mention the following in the postman and then click Send.

GET


Query Parameters

Expand to see the parameters and description


Parameter  Parameter TypeData TypeAccepted ValuesDescription
Asset GUID
RequiredString
GUID
Asset GUID
filetype
OptionalEnumJpg, Tiff, Tif, Png, Gif, Tga, Eps, Ptif, Webp
Determines the file format to be downloaded. Will convert the asset to the file format requested. If blank, will provide the asset in original file format.
size
Optional
Integer>0
Desired download pixel size for longest edge.
width
Optional
Integer
>0Desired download pixel size for width.
height
Optional
Integer>0
Desired download pixel size for height.
maxKbs
Optional
Integer
>0Sets maximum download size in kbs.
transparent
Optional
Booleantrue/false
If original asset has transparency, this can be used to effect transparency.

Specify the required values for params filetype and size.

Headers

Authorization: Specify required Auth Token in the header.

Response 200 OK


Required image is displayed.