Skip to main content
POST
/
client_reference
/
{client_reference_id}
/
report
/
pdf
Create a Report for a Single Appraisal or an Entire Claim
curl --request POST \
  --url https://api.valuechecker.net/client_reference/{client_reference_id}/report/pdf \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "language": "en",
  "client_id": 10,
  "appraisal_ids": [
    715628,
    715629
  ]
}
'
"https://files.valuechecker.net/reports/ValueChecker Claim Report - james bond - 2023-7-26 1583693-11.pdf"

Authorizations

Authorization
string
header
required

Note! Prefix your with apiKey. Note the space after "apiKey ".

Path Parameters

client_reference_id
integer
required

The client reference identifier.

Body

application/json
language
string
client_id
integer

The client ID for the request. It's required if you have access to multiple clients with your API key. Otherwise, it's optional.

session-id
string

Optional session identifier of the user.

appraisal_ids
integer[]

Optional list of appraisal_ids. If its not provided, Report will be generated for all appraisals in the claim. If provided, Report will be generated only for the provided appraisal_ids.

Response

OK

The response is of type string.