---
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

---

[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/versions/2248d956188a/schema)
