How do I make my first call?
curl -H 'x-api-key: YOUR_API_KEY' \
-f https://sdk.photoroom.com/v1/segment \
-F 'image_file=@/absolute/path/to/image.jpg' \
-o photoroom-result.pngLast updated
Was this helpful?
curl -H 'x-api-key: YOUR_API_KEY' \
-f https://sdk.photoroom.com/v1/segment \
-F 'image_file=@/absolute/path/to/image.jpg' \
-o photoroom-result.pngLast updated
Was this helpful?
Was this helpful?