---
title: "Capture webpage screenshot"
method: POST
path: "/v1/screenshot"
tags: ["Browser Tools"]
---

# Capture webpage screenshot

`POST /v1/screenshot`

Captures a screenshot of a specified webpage.

## Request body

- ScreenshotRequest
  - `delay` number — Delay before capturing the screenshot (in milliseconds)
  - `fullPage` boolean — Capture the full page screenshot. Default is `false`.
  - `projectId` string, uuid — Project to execute the screenshot in.
  - `region` unknown
  - `url` string, uri, required — URL of the webpage to capture
  - `useProxy` boolean — Use a Steel-provided residential proxy for capturing the screenshot

## Response `200`

Default Response

- ScreenshotResponse
  - `url` string, uri, required — URL where the screenshot is hosted

## Other responses

- `503` — An error response from the API

---

[API](https://skmtc.net/steel-dev/apis/steel-api.md) · [All operations](https://skmtc.net/steel-dev/apis/steel-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/steel-dev/steel-api/revisions/2248d956188a/schema)
