Error
A valid request URL is required to generate request examples{
"success": true,
"data": {
"url": "<string>",
"width": 123,
"height": 123,
"format": "<string>",
"activity_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}
}Image Utilities
Crop image to specific dimensions
Crop images to exact dimensions with position control.
POST
/
utils
/
media
/
images
/
crop
Error
A valid request URL is required to generate request examples{
"success": true,
"data": {
"url": "<string>",
"width": 123,
"height": 123,
"format": "<string>",
"activity_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}
}Authorizations
Enter token in format (Bearer )
Body
multipart/form-data
Crop width in pixels
Example:
800
Crop height in pixels
Example:
600
The image file
Alternative: URL of image
Available options:
center, top, bottom, left, right, top-left, top-right, bottom-left, bottom-right Example:
"center"
Available options:
jpg, png, webp, gif, avif Example:
"webp"
Example:
false