---
title: "Build a PDF of visit intake forms for an order"
method: POST
path: "/shop/visit-intake-forms-for-orders/pdf"
tags: ["IntakeForms"]
---

# Build a PDF of visit intake forms for an order

`POST /shop/visit-intake-forms-for-orders/pdf`

Queues the construction of a combined PDF containing every
completed `VisitIntakeForm` attached to the order. The response
carries a temporary `url` from which the rendered PDF can be
downloaded once the build completes.

## Query parameters

- `basket_id` string, required
- `site_id` string, required

## Response `200`

The PDF download URL was successfully generated.

- object
  - `url` string, required — Temporary URL from which the rendered PDF can be downloaded. The URL is signed and time-limited.

## Other responses

- `401` — The user is unauthenticated
- `403` — The authenticated user does not have permission.
- `404` — The resource couldn't be found

---

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