> ## Documentation Index
> Fetch the complete documentation index at: https://docs.cove.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# PDF Report

> Generate a PDF report of the screening results for a specific applicant.

The Screening PDF Report API allows you to generate and retrieve a PDF report containing the comprehensive screening results for an applicant. This report includes all the screening data in a formatted, printable document.

View the API reference for this endpoint at [Get Screening Report](/api-reference/screening/get-the-screening-report).

## Sample Report

<img src="https://mintcdn.com/cove-eb3104d6/UGikbfLJQIc41wfX/public/pdf-sample.jpg?fit=max&auto=format&n=UGikbfLJQIc41wfX&q=85&s=d27498257de3e3a732e518d80fa7ce59" alt="Sample Screening Report" width="1240" height="1754" data-path="public/pdf-sample.jpg" />

View a complete sample report: [Deep Check Sample Report](/public/deep-check-sample.pdf)

## Endpoint

```http theme={null}
GET /v2/screening/{screeningId}/report
```

## Authentication

All requests must include an API token in the Authorization header.

## Path Parameters

| Parameter   | Type   | Description                                    |
| ----------- | ------ | ---------------------------------------------- |
| screeningId | string | The unique identifier of the screening session |

## Response

The response includes a URL to download the generated PDF report.

```json theme={null}
{
  "url": "string"  // URL to download the PDF report
}
```

The generated PDF report typically includes:

* Applicant's personal information
* Credit score and financial analysis
* Income verification details
* Employment history
* Rental history and landlord reviews
* Bank account information
* Risk assessment flags
* Transaction history

## Error Responses

| Status Code | Description                                             |
| ----------- | ------------------------------------------------------- |
| 400         | Bad Request - Invalid screeningId or malformed request  |
| 401         | Unauthorized - Missing or invalid API token             |
| 404         | Not Found - Report not found for the specified session  |
| 500         | Internal Server Error - Something went wrong on our end |

## Usage Notes

1. The PDF report URL is typically valid for a limited time. Make sure to download the report soon after receiving the URL.
2. The report generation may take a few seconds depending on the amount of data to process.
3. The PDF is formatted for standard letter size (8.5" x 11") paper.
