Error
A valid request URL is required to generate request examples{
"success": true,
"data": {
"url": "<string>",
"width": 123,
"height": 123,
"size_kb": 123,
"format": "<string>",
"activity_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}
}Image Utilities
Resize image to specific dimensions
Quick endpoint for simple image resizing without complex operations.
POST
/
utils
/
media
/
images
/
resize
Error
A valid request URL is required to generate request examples{
"success": true,
"data": {
"url": "<string>",
"width": 123,
"height": 123,
"size_kb": 123,
"format": "<string>",
"activity_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}
}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