> ## 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 a website's URL or URL with file in the Hybrid Analysis sandbox for analysis.

<Note>
  External Documentation

  To learn more, visit the [Hybrid Analysis documentation](https://hybrid-analysis.com/docs/api/v2#/Sandbox%20Submission/22e1723d4cec5c9b20d50715e4e5de8f).
</Note>

## Basic Parameters

<div className="integrations-table">
  | Parameter      | Description                                 |
  | -------------- | ------------------------------------------- |
  | Environment ID | The sandbox environment to run the scan on. |
  | URL            | The URL of a website or a file for analyze. |
</div>

## Advanced Parameters

<div className="integrations-table">
  | Parameter | Description                                                                         |
  | --------- | ----------------------------------------------------------------------------------- |
  | Comment   | Optional comment text that may be associated with the scan.                         |
  | Email     | Optional email address that may be associated with the submission for notification. |
</div>

## Example Output

```json theme={"dark"}
{
	"submission_type": "<string>",
	"job_id": "<string>",
	"submission_id": "<string>",
	"environment_id": 549,
	"sha256": "<string>"
}
```

## Workflow Library Example

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