---
title: "Get a W-9 download link"
method: GET
path: "/recipients/tax/w9/{form_id}/download"
tags: ["Tax"]
---

# Get a W-9 download link

`GET /recipients/tax/w9/{form_id}/download`

Returns a time-limited URL to download the PDF for a specific W-9 form.

## Path parameters

- `form_id` string, required

## Response `200`

A download link for the W-9 PDF.

- object
  - `data` object
    - `url` string, uri

## Other responses

- `400` — The request was invalid.
- `401` — Missing or invalid API key.
- `404` — The requested resource was not found.

---

[API](https://skmtc.net/trykarat/apis/karat-payout-api.md) · [All operations](https://skmtc.net/trykarat/apis/karat-payout-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/trykarat/karat-payout-api/revisions/8941916e3707/schema)
