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.
| Parameter | Description |
|---|---|
g=face | Focus on detected faces when cropping |
g=auto | Content-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=autoFace 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.
| Parameter | Description |
|---|---|
bg_remove | Remove background (true/false) |
bg_color | Replace 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=0066ffzoom_out_map
AI Upscaling
Enhance low-resolution images using AI to increase size without losing quality.
| Parameter | Values | Description |
|---|---|---|
upscale | 2, 4 | Upscale factor (2x or 4x) |
# Double the resolution
?upscale=2
# Quadruple the resolution
?upscale=4
# Upscale and set maximum dimensions
?upscale=2&w=2000info
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.
| Parameter | Description |
|---|---|
extend | Pixels to extend (top,right,bottom,left) |
extend_mode | ai (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