▫️Image over Image
This endpoint allows you to overlay one image on top of another image. You can specify the background image, overlay image, alignment, and size of the overlay.
/image-over-image
Query Parameters
background
: URL of the background image.overlay
: URL of the overlay image.alignment
: Alignment of the overlay image. Possible values:topleft
,topcenter
,topright
,middleleft
,center
,middleright
,bottomleft
,bottomcenter
,bottomright
. Default iscenter
.size
: Size of the overlay image as a percentage of the background image width. Default is100
.
Example
Response
Errors
500 Internal Server Error
: Failed to generate or upload image.
Last updated