Pixel Density (DPI)
curl --request POST \
--url https://image-api.photoroom.com/v2/edit \
--header 'Accept: image/png, application/json' \
--header 'Content-Type: multipart/form-data' \
--header 'x-api-key: YOUR_API_KEY' \
--form imageFile=@/path/to/image.jpg \
--form export.dpi=300 \
--output result-with-300-dpi.pngLast updated
Was this helpful?