# Store Live Scan Result

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

Endpoint: PUT /api/v1/livescan/{scannerId}/{scanId}/
Version: 1.0.0
Security: apikeyAuth

## Path parameters:

  - `scannerId` (string, required)
    Example: "de01"

  - `scanId` (string, required)
    Example: "{scanId}"

## Request fields (application/json):

  - `task` (object)
    Example: {"visibility":"public"}

  - `task.visibility` (string)
    Enum: "public", "unlisted", "private"


## Response 200 fields
