Creation Methods
The first step to start processing images with the IMG Processing API is to create an Image Object.
upload
Uploads a new image to the system from a file. This method is used to create a new Image object by uploading an image file.
createFromURL
Creates a new image by downloading it from a URL. This method is used when you have an image hosted online and want to import it into the system.
imagine
Generates a new image using AI based on a text prompt. This method allows you to create images from textual descriptions.