action visiblethread_run_scan { label: "Run a new scan" description: "The scan runs in the background but returns immediately with a JSON response containing an \"id\" that represents your scan. \nYou can use this id in other requests to retrieve your scan result. \n\nAlso, an \"id\" is returned for each url which can be used to retrieve detailed results for individual scan urls. " provider: visiblethread method: POST path: "/webscans" encoding: json output: { type: "object" additionalProperties: true } }