The /auto-remove-anything endpoint triggers the Aicado AI workflow for automatically removing specified items. This API allows you to send a POST request to initiate the workflow.

This API endpoint is accessed using the POST method.

When you make a request to this endpoint, you should include the following query parameters:

<aside> 💡 Go to this page to find out how to get the Access Token.

</aside>

Body Params

Name Type Required? Description
prompt string Yes To detect multiple objects, separating each name with '.', like this: cat.dog.chair
image string Yes Input image
response_webhook_url string Optional The URL to receive the webhook notifications for the workflow execution.

Responses

Code Examples