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

# Get Widget Rendering URL

Generate an ephemeral widget URL valid for three days and an object with the last detection ratio for the observable.

<Note>
  External Documentation

  To learn more, visit the [VirusTotal documentation](https://virustotal.readme.io/reference/widgeturl).
</Note>

## Parameters

<div className="integrations-table">
  | Parameter                  | Description                                                     |
  | -------------------------- | --------------------------------------------------------------- |
  | Border Color               | Theme border color in hex notation.                             |
  | Primary Background Color   | Theme primary background color in hex notation.                 |
  | Primary Foreground Color   | Theme primary foreground color in hex notation.                 |
  | Query                      | A file hash (md5, sha1 or sha256), URL, IP address or a Domain. |
  | Secondary Background Color | Theme secondary background color in hex notation.               |
</div>

## Example Output

```json theme={"dark"}
{
	"data": {
		"url": "https://virustotal.com/ui/widget/html/OTEzZjdhMDBlYWE1YThiMzg2MDQxYWE2NDQwMTgzYmNhNTc0ODA1ZTRiMWE2OTkzODFlZjAxYmE5MGVmMzVkM3x8ZmlsZXx8eyJiZzEiOiAiIzMxM2Q1YSIsICJiZzIiOiAiIzIyMmM0MiIsICJiZDEiOiAiIzRkNjM4NSIsICJmZzEiOiAiI2ZmZmZmZiJ9fHwxNTcxOTI1MjQzfHxjMzkyOWYzMmY5NGFmZTIxMTUzN2U2NTYwNDgzZjgyYjc4NDY1MDQ2ZmNmMGY3ZTljNjgzMmY0ZWZlMzFlMTFi",
		"detection_ratio": {
			"detections": 5,
			"total": 71
		}
	}
}
```

## Workflow Library Example

[Get Widget Rendering Url with Virustotal and Send Results Via Email](https://library.blinkops.com/workflows/get-widget-rendering-url-with-virustotal-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/get-widget-rendering-url-with-virustotal-and-send-results-via-email/canvas" />
</div>
