Error
Image Utilities
Resize image to specific dimensions
Quick endpoint for simple image resizing without complex operations.
POST
Error
Authorizations
Enter token in format (Bearer )
Body
multipart/form-data
Target width in pixels
Example:
800
The image file
Alternative: URL of image
Target height in pixels
Example:
600
Available options:
contain, cover, fill, stretch, crop Example:
"cover"
Required range:
1 <= x <= 100Example:
85
Available options:
jpg, png, webp, gif, avif Example:
"webp"
Example:
false