Asset Conversion Resource

This endpoint is deprecated and will be removed in a future release.

Use the transform endpoint instead.

GET

This resource serves a converted version of the asset.

Example:

curl -X GET -H "Accept: application/octet-stream" http://127.0.0.1:8080/asset-bank/rest/assets/1/conversion > image.jpg

The following parameters can be supplied to get a resized or cropped version of the asset.

Example:

curl -X GET -H "Accept: application/octet-stream" http://127.0.0.1:8080/asset-bank/rest/assets/1/conversion?width=100&height=100 > image.jpg