File size, resolution and format
Which image formats are supported?
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 background.color=FFFFFF \
--form outputSize=1000x1000 \
--form padding=0.1 \
--form 'export.format=jpeg' \
--output result.jpegWhat are the max resolution and size of the image?
Last updated
Was this helpful?