# Get Document PDF URL

Get a signed URL to download the PDF version of a document.

Endpoint: GET /api/v1/patient-registry/document/{documentId}/pdf
Version: V1
Security: bearer

## Path parameters:

  - `documentId` (string, required)

## Header parameters:

  - `ProjectId` (string, required)

## Response 200 fields (application/json):

  - `fileName` (string, required)
    The name of the PDF file.

  - `signedUrl` (string, required)
    A signed URL to download the PDF. Valid for 15 minutes.

