Image
Compress image
Reduce JPG, PNG, and WEBP image size with configurable quality. Ideal for websites, social media, school work, and files you need to share quickly.
Input
File and compression
Result
Compressed image
IMG
Waiting for image
After compressing an image, original size, final size, and estimated savings will appear here.
Image ready
API
Also available by API
Compress images from your apps with a NOXUS API key. Send multipart or base64, adjust quality, and choose WEBP, JPG, or PNG.
The API uses USD balance separate from web NOX and returns content_base64, data_url, original size, final size, and saved percentage.
POST /api/v1/tools/image-compress
Authorization: Bearer TU_API_KEY
Content-Type: application/json
{
"image_base64": "data:image/png;base64,...",
"output_format": "webp",
"quality": 75,
"max_width": 1600,
"filename": "imagen-optimizada"
}