AI Enhancement

Leverage AI-powered features for intelligent image processing.

auto_awesome

Enterprise Feature

AI features are available on Pro and Enterprise plans. Upgrade to unlock these capabilities.

face

Smart Cropping

Automatically detect faces and important content to crop images intelligently.

ParameterDescription
g=faceFocus on detected faces when cropping
g=autoContent-aware automatic focus point
# Face detection for profile photos
?w=400&h=400&fit=cover&g=face

# Multiple faces (group photos)
?w=800&h=400&fit=cover&g=face

# Auto-detect important content
?w=600&h=400&fit=cover&g=auto

Face Detection

Perfect for avatars, profile pictures, and headshots. Automatically centers on faces.

Content Awareness

Analyzes the image to find the most visually important region for cropping.

auto_fix_high

Background Removal

Remove backgrounds automatically for product photos and portraits.

ParameterDescription
bg_removeRemove background (true/false)
bg_colorReplace with solid color (hex)
# Remove background (transparent PNG)
?bg_remove=true&f=png

# Remove and replace with white
?bg_remove=true&bg_color=ffffff

# Remove and replace with brand color
?bg_remove=true&bg_color=0066ff
zoom_out_map

AI Upscaling

Enhance low-resolution images using AI to increase size without losing quality.

ParameterValuesDescription
upscale2, 4Upscale factor (2x or 4x)
# Double the resolution
?upscale=2

# Quadruple the resolution
?upscale=4

# Upscale and set maximum dimensions
?upscale=2&w=2000
info

AI upscaling is best for photos. Graphics and text may not upscale as well. Results vary based on source image quality.

draw

Content-Aware Fill

Extend image boundaries using AI to generate matching content.

ParameterDescription
extendPixels to extend (top,right,bottom,left)
extend_modeai (generated) or mirror
# Extend image on all sides by 100px
?extend=100&extend_mode=ai

# Extend only on the right
?extend=0,200,0,0&extend_mode=ai

# Use with fit=contain to fill letterbox
?w=1920&h=1080&fit=contain&extend_mode=ai