action aiception_post_detect_object { label: "What is that object? [ image_url -> id ]" description: "Creates a new detect object task that recognizes the object in the image." provider: aiception method: POST path: "/detect_object" encoding: json output: { type: "object" additionalProperties: true } }