Error
A valid request URL is required to generate request examples{
"success": true,
"data": {
"url": "<string>",
"original_format": "<string>",
"target_format": "<string>",
"width": 123,
"height": 123,
"size_kb": 123,
"activity_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}
}Image Utilities
Convert image to different format
Convert images between formats while optionally resizing and optimizing.
POST
/
utils
/
media
/
images
/
convert
Error
A valid request URL is required to generate request examples{
"success": true,
"data": {
"url": "<string>",
"original_format": "<string>",
"target_format": "<string>",
"width": 123,
"height": 123,
"size_kb": 123,
"activity_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}
}Authorizations
Enter token in format (Bearer )
Body
multipart/form-data
Target format
Available options:
jpg, png, webp, gif, avif Example:
"webp"
The image file
Alternative: URL of image
Required range:
1 <= x <= 100Example:
90
Example:
1920
Example:
1080
Example:
false