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 Type | Data Type | Accepted Values | Description |
Asset GUID | Required | String | GUID | Asset GUID |
filetype | Optional | Enum | Jpg, 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 | >0 | Desired download pixel size for width. |
height | Optional | Integer | >0 | Desired download pixel size for height. |
maxKbs | Optional | Integer | >0 | Sets maximum download size in kbs. |
transparent | Optional | Boolean | true/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.