Image Generation
Extend Image
This API extends the boundaries of an image by inserting additional content while minimizing artifacts and maintaining the quality of the original image.
POST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
multipart/form-data
The image file to be extended.
Specifies the output format of the processed image (e.g., URL or base64 encoded image).
Percentage of the original image width to extend on the left side.
Percentage of the original image width to extend on the right side.
Percentage of the original image height to extend on the top side.
Percentage of the original image height to extend on the bottom side.
A description of the background and desired content for the extended image.