AI Text Removal

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' \
--form imageFile=@/path/to/your/image.jpg \
--form removeBackground=false \
--form referenceBox=originalImage \
--form textRemoval.mode=ai.all \
--output result-with-text-removed.png