Store the temporary scan as a permanent snapshot on urlscan.io.
Security
apikeyAuth(Required scopes: readwrite)
PUT
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"
}
}'