---
title: "Take website screenshot"
method: POST
path: "/api/screenshot"
---

# Take website screenshot

`POST /api/screenshot`

Capture a screenshot of any URL. Returns PNG or JPEG image data.

## Request body

- object
  - `url` string, uri, required
  - `width` integer
  - `height` integer
  - `full_page` boolean
  - `format` 'png' | 'jpeg'

## Response `200`

Screenshot image

## Other responses

- `400` — Invalid request
- `401` — Missing or invalid API key
- `429` — Monthly request limit exceeded

---

[API](https://skmtc.dev/michaelcli/apis/snapapi.md) · [All operations](https://skmtc.dev/michaelcli/apis/snapapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/michaelcli/snapapi/revisions/41f32a15c9ca/schema)
