---
title: "Convert webpage to PDF"
method: POST
path: "/v1/pdf"
tags: ["Browser Tools"]
---

# Convert webpage to PDF

`POST /v1/pdf`

Generates a PDF from a specified webpage.

## Request body

- PdfRequest
  - `delay` number — Delay before generating the PDF (in milliseconds)
  - `projectId` string, uuid — Project to execute the PDF generation in.
  - `region` unknown
  - `url` string, uri, required — URL of the webpage to convert to PDF
  - `useProxy` boolean — Use a Steel-provided residential proxy for generating the PDF

## Response `200`

Default Response

- PdfResponse
  - `url` string, uri, required — URL where the PDF is hosted

## Other responses

- `503` — An error response from the API

## Changes

- **2026-06-16** `7b73b0d57792` — 1 breaking
  - request body became required
- **2026-06-07** `4985d7bcd32f` — 2 info
  - added the new optional request property `projectId`
  - added the optional property `linkToDocs` to the response with the `503` status
- **2026-01-08** `97dcad9b050e` — 1 breaking, 1 info
  - the `region` request property type/format changed from `string`/`` to ``/``
  - the response property `context/items/params` became required for the status `503`
- **2025-10-07** `9f3355d65c6c` — 7 breaking
  - removed the enum value `bom` of the request property `region`
  - removed the enum value `fra` of the request property `region`
  - removed the enum value `hkg` of the request property `region`
  - removed the enum value `iad` of the request property `region`
  - …3 more
- **2025-08-11** `15ffd3fc04f3` — 3 info
  - added the new optional request property `region`
  - added the non-success response with the status `503`
  - removed the non-success response with the status `500`

[Change history](https://skmtc.dev/steel-dev/apis/steel-api/changes/v1/pdf/post.md)

---

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