> ## 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.

# Scan URL

Scan URL resource for analysis.

When you use the 'Scan URL' action to scan a URL that points to an archive file (such as a ZIP or RAR file),
the OPSWAT API will attempt to scan the contents of the archive for threats.
If the archive is password-protected, OPSWAT will not be able to access the contents of the archive unless you provide the correct password.

## Basic Parameters

<div className="integrations-table">
  | Parameter   | Description                          |
  | ----------- | ------------------------------------ |
  | Description | A description for the scan analysis. |
  | URL         | The URL to scan for analysis.        |
</div>

## Advanced Parameters

<div className="integrations-table">
  | Parameter  | Description                                                              |
  | ---------- | ------------------------------------------------------------------------ |
  | Is Private | When checked, the URL will not be available for download by other users. |
  | Password   | Custom password for the uploaded URL.                                    |
</div>

## Example Output

```json theme={"dark"}
{
	"flow_id": "0123456789abcdefghijklmn",
	"priority": {
		"applied": 20,
		"max_possible": 100
	}
}
```

## Workflow Library Example

[Scan Url with Opswat and Send Results Via Email](https://library.blinkops.com/workflows/scan-url-with-opswat-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/scan-url-with-opswat-and-send-results-via-email/canvas" />
</div>
