It's easy, upload your image and tell the AI what change you want.
Free: 1 edit per hour.
Pro unlocks unlimited edits, upscales, and priority queue.
Short prompts, dramatic edits.
Describe a change in plain English and let AI apply it.
Add the photo you want to change.
Type what you want in plain language — “add a sunset sky”, “make it look like winter”, “change the shirt to red”.
AI applies the edit and you download the result. Refine the prompt and try again anytime.
Run prompt-based edits programmatically through our image-editing API.
curl -X POST "https://api.imageeditor.ai/v1/edit-image/" \
-H "Authorization: Bearer YOUR_API_KEY" \
-F "files=@photo.jpg" \
-F "terms=Add a dramatic sunset sky"
# Response: {"uuid": "abc123", "domain": "https://imageeditor.ai"}
# Poll for the finished result:
curl -X POST "https://api.imageeditor.ai/v1/results/" \
-H "Authorization: Bearer YOUR_API_KEY" \
-F "uuid=abc123"
Grab an API key on the developers page, then see the full API docs for every parameter.
It applies changes you describe in words — swapping skies, changing seasons, adjusting colors, adding or altering elements and more.
Be specific and concrete. Say exactly what to change and how, e.g. “replace the cloudy sky with a clear blue sky”.
AI editing is interpretive. Try rephrasing, being more specific, or running it again — small prompt changes can make a big difference.
It aims to keep everything except what you asked to change, though larger edits can affect nearby areas.
There's a free daily allowance. Pro unlocks unlimited edits and priority processing.
JPG, PNG and WebP are all supported as the source image for an AI edit.
Your source image is used only for the edit you requested and is never shared publicly.
Describe a change and let AI do it. Try it free, or go Pro for unlimited edits.
See Pro pricing Browse all tools