---
title: "Download resume as PDF"
method: GET
path: "/resumes/{id}/pdf"
tags: ["Resumes"]
---

# Download resume as PDF

`GET /resumes/{id}/pdf`

Generates a PDF for the specified resume and returns it as a forced download. Only resumes belonging to the authenticated user can be downloaded. Requires authentication.

## Path parameters

- `id` string, required — The ID of the resume.

## Query parameters

- `target` 'resume' | 'cover-letter' — Which document to download.

## Response `200`

The generated resume PDF.

---

[API](https://skmtc.net/rxresu/apis/reactive-resume.md) · [All operations](https://skmtc.net/rxresu/apis/reactive-resume/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/rxresu/reactive-resume/revisions/68d25b21f805/schema)
