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:
api_token
: Your access_token
<aside> 💡 Go to this page to find out how to get the Access Token.
</aside>
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. |
200
: This status code indicates a successful workflow execution.400
: This status code indicates an error in the workflow.401
: This status code indicates an error in the workflow.403
: This status code indicates an error in the workflow.404
: This status code indicates an error in the workflow.500+
: This status code indicates an error in the workflow.