---
title: "Download latest revision PDF"
method: GET
path: "/documents/{document}/revisions/latest/pdf/download"
tags: ["Document Operations"]
---

# Download latest revision PDF

`GET /documents/{document}/revisions/latest/pdf/download`

<small>Requires an API token with the **Document Reader** role.</small>

This endpoint allows downloading the most recent revision of a [document](/#documents) as a PDF. The response is
an HTTP 302 redirect to the actual PDF content.

Note that in order to download the PDF content, the HTTP client used to make the request must be configured to
follow redirects. e.g. if using curl on the commandline, the `-L` or `--location` option must be passed.

## Path parameters

- `document` string, required

## Other responses

- `302`
- `401` — Unauthenticated
- `403` — Authorization error
- `404` — Not found

---

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