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

# Generate Reports

export const EndpointButton = ({title, href}) => <div className="button-container">
    <a className="button" href={href}>
      {title}
      <span className="arrow">➜</span>
    </a>
  </div>;

<Warning>
  The endpoint **/client\_reference** has restricted availability. Any calls to
  it will result in a 404 response. You can request access from your
  ValueChecker representative.
</Warning>

ValueChecker reports can be generated at the Appraisal level
(Single Appraisals) or on a Claim level (Multi appraisal).\
The response in both cases is a unique link to the document in PDF
format.

# PDF Report

This document details all appraisal information. The associated endpoint
offers flexible PDF report generation, allowing you to produce a report
for a single appraisal, a collection of multiple selected appraisals
(using their appraisal\_ids), or the entire claim.

* Claimed products
* Replacement products
* Offer links
* Product prices
* Actual Cash Values (ACV)

<EndpointButton title="Create PDF report endpoint" href="/api-reference/default/client_reference_appraisal-report" />
