Overview
Sources
Libraries
Images API

Getting Started with imglab

In this section, we will explore how to start working with imglab.

1. Create an account

The first step is to create an account on imglab. We offer a free plan so you can explore and check if it fits your needs.

2. Create sources

Once you have a working account you can start adding sources.

Sources allow imglab to access your data storage. We support the following types of sources:

You can create many sources with different parameters and for different purposes. Please take a look at our sources documentation for more information.

3. Integrate with your application

The next step is to start using our Images API.

We recommend using one of our libraries, we support libraries for the following languages:

However, the format is easy enough to generate them manually. You can use your language URL tooling to build them:

https://assets.imglab-cdn.net/image.jpeg?width=600&dpr=2&format=png

source name
imglab domain
image path
transformation parameters

To get information about how securing your sources using signatures please take a look to the source security and signature documentation sections.