Which image sizes and formats are supported?
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?
Last updated
Was this helpful?