---
title: "Store Live Scan Result"
method: PUT
path: "/api/v1/livescan/{scannerId}/{scanId}/"
tags: ["Live Scanning"]
---

# Store Live Scan Result

`PUT /api/v1/livescan/{scannerId}/{scanId}/`

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

## Path parameters

- `scannerId` string, required
- `scanId` string, required

## Request body

- object
  - `task` object
    - `visibility` 'public' | 'unlisted' | 'private'

## Response `200`

Successful response

---

[API](https://skmtc.net/urlscan/apis/urlscan-io-apis.md) · [All operations](https://skmtc.net/urlscan/apis/urlscan-io-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/urlscan/urlscan-io-apis/revisions/5d97b31afd68/schema)
