Skip to content

Getting started

This guide will help you get started with using DAM. By the end of the guide, you will have uploaded a file, transformed it, and retrieved a cacheable URL from the API.

The guide can be followed with associated code examples from our GitHub repository, which you will find here.

Uploading a file

Upload some product images to the root folder by pressing the 'UPLOAD' button. In this guide, we will upload a single image file.

Note down the file ID after uploading, which you can see on the right side after selecting your file. Example below:

An overview of the dam.

File overview.

Retrieving a file

As soon as the file is uploaded it can retrieved from the CDN. Assuming your Bizzkit provided CDN are available on https://cdne-{CUSTOMERNAME}-stage-imaging-{CDN-KEY}.azureedge.net/ the image can now be retrieved on: https://cdne-{CUSTOMERNAME}-stage-imaging-{CDN-KEY}.azureedge.net/{FILEID}/_small-preview/

For production urls remember to include file name for SEO optimization. See Transformation functions for more information.

Next steps

This guide introduced you to the key functionality of DAM, which is uploading files, transforming them, and generating URLs. However, DAM has a lot more to offer than just that, so we recommend you check out our how to's, concepts to gain even more knowledge about Bizzkit DAM.