Image Library
Get image data
Download the raw image binary data with correct Content-Type header. SVG images are served as image/svg+xml, raster images as their respective MIME type (image/png, image/jpeg, etc.).
get/v1/image-library/{guid}/data
Path parameters
guidstring uuid required
Image GUID.
Response
Image binary data.