English
Remove unwanted objects from your photos
curl --request POST \ --url 'https://iacrea.com/api/declutter_total/generate' \ --header 'x-api-key: YOUR_API_KEY' \ --header 'Content-Type: application/json' \ --data '{ "user_id": "your-user-id", "image_url": "https://example.com/image.jpg", "auto": true }'
curl --request POST \ --url 'https://iacrea.com/api/declutter_total/generate-variation' \ --header 'x-api-key: YOUR_API_KEY' \ --header 'Content-Type: application/json' \ --data '{ "user_id": "your-user-id", "generation_id": "previous-generation-id", "original_url": "https://example.com/image.jpg", "mask_url": "https://example.com/new-mask.png" }'
curl --request POST \ --url 'https://iacrea.com/api/declutter_total/get' \ --header 'x-api-key: YOUR_API_KEY' \ --header 'Content-Type: application/json' \ --data '{ "user_id": "your-user-id", "generation_id": "your-generation-id" }'