> ## Documentation Index
> Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Run Analysis

Run a new analysis.

<Note>
  External Documentation

  To learn more, visit the [Any Run documentation](https://any.run/api-documentation/#tag/analysis/POST/v1/analysis/).
</Note>

## Basic Parameters

<div className="integrations-table">
  | Parameter               | Description                                                                                                                                                                                                                                                                                                                                                      |
  | ----------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
  | Analysis Type           | The type of object to launch the task on.                                                                                                                                                                                                                                                                                                                        |
  | Auto-Confirm UAC        | Select to automatically confirm `User Account Control` (UAC) prompts during analysis.<br /><br />**Note:** This parameter is not applicable to `Linux`, use `Run As Root` instead.                                                                                                                                                                               |
  | Automated interactivity | Select to enable automated interactivity (ML) feature, which simulates user interactions.                                                                                                                                                                                                                                                                        |
  | CMD Command             | An optional command to run in the cmd.                                                                                                                                                                                                                                                                                                                           |
  | Environment Bitness     | Select the bitness of the operating system.                                                                                                                                                                                                                                                                                                                      |
  | Environment OS          | The operating system for the analysis.                                                                                                                                                                                                                                                                                                                           |
  | Environment Version     | The OS version for the analysis.                                                                                                                                                                                                                                                                                                                                 |
  | File Identifier         | The identifier of the file.<br />A file identifier represents a file created or referenced earlier in the workflow (for example, from a file action or another step that produces a file).<br />See [Using with Files in Workflows](https://docs.blinkops.com/docs/workflows/building-workflows/files)￼for more details.                                         |
  | Object External Browser | Select the browser to use for URL-based analysis.<br /><br />**Allowed values by OS:**<br />- **Windows:** `Internet Explorer`, `Microsoft Edge` (default), `Google Chrome`, `Mozilla Firefox`<br />- **Linux:** `Google Chrome` (default), `Mozilla Firefox`<br />- **Android:**  None<br />- **MacOS:** `Safari` (default), `Google Chrome`, `Mozilla Firefox` |
  | Run As Root             | Select to allow the file to run with superuser privileges on Linux.<br /><br />**Note:** This parameter is not applicable to `Windows`, use `Auto Confirm UAC` instead.                                                                                                                                                                                          |
  | Start folder            | Select to specify the starting folder for the analysis.<br /><br />**Allowed values by OS:**<br />- **Windows:** `desktop`, `home`, `downloads`, `appdata`, `temp` (default), `windows`, `root`<br />- **Linux:** `desktop`, `home`, `downloads`, `temp` (default)<br />- **Android:** `downloads` (default)                                                     |
  | Task UUID To Rerun      | The task ID of a previous analysis to rerun. Can be obtained from the output of the `Run Analysis` action.                                                                                                                                                                                                                                                       |
  | Timeout                 | The execution time for the analysis in seconds. Valid values range between `10`–`1200`.<br /><br />**Note:** Maximum allowed value depends on the subscription plan.                                                                                                                                                                                             |
  | URL                     | The URL to analyze.                                                                                                                                                                                                                                                                                                                                              |
</div>

## Advanced Parameters

<div className="integrations-table">
  | Parameter             | Description                                                                                                                                                                                                                                                                                                                                                                                                     |
  | --------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
  | Additional Parameters | A JSON object for additional body parameters. Values specified in this parameter will override equivalent parameters.<br /><br />For example:<br /><pre><code>\{<br />    "first\_key": 12345,<br />    "second\_key": "some\_value"<br />}</code></pre>The object must follow the vendor's structure as defined in the [API documentation](https://any.run/api-documentation/#tag/analysis/POST/v1/analysis/). |
  | Auto-Delete After     | The period of time after which the analysis will be deleted.                                                                                                                                                                                                                                                                                                                                                    |
</div>

## Example Output

```json theme={"dark"}
{
	"error": false,
	"data": {
		"taskid": "0cf223f2-530e-4a50-b68f-563045268648"
	}
}
```

## Workflow Library Example

[Run Analysis with Any Run and Send Results Via Email](https://library.blinkops.com/workflows/run-analysis-with-any-run-and-send-results-via-email)

<div className="iframe-wrapper">
  <div className="iframe-media">
    <img src="https://mintcdn.com/blinkops-2/ojHYuDeYX5FWuN8a/img/Icons/play-box.svg?fit=max&auto=format&n=ojHYuDeYX5FWuN8a&q=85&s=b8af968e71438a9499c3223c9bd29fb2" alt="Workflow Library" width="16" height="16" data-path="img/Icons/play-box.svg" />

    Preview this Workflow on desktop
  </div>

  <iframe className="iframe" src="https://library.blinkops.com/workflows/run-analysis-with-any-run-and-send-results-via-email/canvas" />
</div>
