Actions
Request URL Scan
Triggers a URL scan. Results can be retrieved using the Get Scan Report action or by setting a callback URL.

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| Path | The URL to be scanned. |
| Parameter | Description |
|---|---|
| Callback Headers | Headers for the callback_url. For example, can be used for authentication. |
| Callback Params | Additional parameters to be sent to the callback_url. |
| Callback URL | The URL the system will send its response to. |
| User Agent String | A User Agent string the URL will be scanned with. |
| User Location | The user location (USA, Europe, etc). |
{
"scan_id": 123456,
"callback_params": {
"key1": "value1",
"key2": "value2"
}
}
Was this page helpful?