AI Beautifier
Last updated
Was this helpful?
Was this helpful?
curl --request POST \
--url https://image-api.photoroom.com/v2/edit \
--header 'x-api-key: YOUR_API_KEY_HERE' \
--form imageFile=@/path/to/image.png \
--form beautify.mode=ai.auto \
--output result-ai-beautifier.pngcurl --request POST \
--url https://image-api.photoroom.com/v2/edit \
--header 'x-api-key: YOUR_API_KEY_HERE' \
--form imageFile=@/path/to/image.png \
--form beautify.mode=ai.food \
--output result-ai-food-beautifier.pngcurl --request POST \
--url https://image-api.photoroom.com/v2/edit \
--header 'x-api-key: YOUR_API_KEY_HERE' \
--form imageFile=@/path/to/image.png \
--form beautify.mode=ai.car \
--output result-ai-car-beautifier.png