File size, resolution and format
Which image formats are supported?
curl --request POST \
--url https://sdk.photoroom.com/v1/segment \
--header 'x-api-key: YOUR_API_KEY' \
--form image_file=@/absolute/path/to/image.jpg \
--form format=jpg \
--output photoroom-result.jpgcurl --request POST \
--url https://sdk.photoroom.com/v1/segment \
--header 'x-api-key: YOUR_API_KEY' \
--form image_file=@/absolute/path/to/image.jpg \
--form format=webp \
--output photoroom-result.webpWhat is the max resolution of the image?
Can I use the URL of an image?
Option 1: Download the image locally
Option 2: Use the Image Editing API
Last updated
Was this helpful?