Skip to content

Store Live Scan Result

Request

Store the temporary scan as a permanent snapshot on urlscan.io.

Security
apikeyAuth(Required scopes: readwrite)
Path
scannerIdstringrequired
Example:de01
scanIdstringrequired
Example:{scanId}
Bodyapplication/json
taskobject
Example:
{ "visibility": "public" }
PUT
/api/v1/livescan/{scannerId}/{scanId}/
curl -i -X PUT \
  'https://urlscan.io/api/v1/livescan/de01/{scanId}/' \
  -H 'Content-Type: application/json' \
  -H 'api-key: YOUR_API_KEY_HERE' \
  -d '{
    "task": {
      "visibility": "public"
    }
  }'

Responses

Successful response