At the moment, you can only add image watermarks to your images. You must upload your watermark,
apply the transformations, and once you have the desired watermark, apply it to your images using this endpoint.
image_id
string
required
The unique identifier of the image to classify.
watermarks
array
required
An array of watermark objects to apply to the image.
id
string
required
The unique identifier of the image to use as a watermark.
top
integer
required
The position of the watermark from the top of the image to apply the watermark.
The position must be greater than or equal to 0.
left
integer
required
The position of the watermark from the left of the image to apply the watermark.
The position must be greater than or equal to 0.
It is mandatory to provide at least one watermark object.
The maximum number of watermarks that can be applied to an image at the same time is 5. If you need to apply more watermarks, use the resulting image as an input to add more watermarks.
name
string
default: "<old name>"
The name of the image to identify it on the dashboard.
The name must be between 1 and 30 characters long.