API usage overview

Image API. Usage documention.

The document root is configured to point directly inside the imengine/ folder. This means that all requests originate from https://[IMENGINE_DOMAIN]/imengine/

The index file as image.php so you can either request at /, or /image.php.

Features

The API has three main features: Generate an image, purge image cache and health check.

Using the API

We use query string parameters for all responses in the Imengine API. The format for query string parameters is the full resource URL followed by a question mark, and the parameters.

Some of the parameters are mandatory depending on the requested resource and some, like function, have there own set of parameters that will have to be provided if used.

Last updated