Skip to main content

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.

Submit a URL to scan. Returns the unique scan UUID and API endpoint for the scan. With the unique UUID you can retrieve the scan result via “Get Scan Results”. While the scan is still in progress, the Result API endpoint will respond with the HTTP 404 status code.

Parameters

ParameterDescription
URLThe URL to scan.
VisibilityThe visibility of your scan results.

Example Output

{
	"message": "<string>",
	"uuid": "<string>",
	"result": "<string>",
	"api": "<string>",
	"visibility": "<string>",
	"options": {},
	"url": "<string>"
}

Workflow Library Example

Submit Url Scan with Urlscan and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop