POST
/
client_reference
/
{client_reference_id}
/
report
/
pdf
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 <api-key> with apiKey. Note the space after "apiKey ".

Path Parameters

client_reference_id
integer
required

The client reference identifier.

Body

application/json

Response

200
application/json

OK

The response is of type string.

POST
/
client_reference
/
{client_reference_id}
/
report
/
pdf
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 <api-key> with apiKey. Note the space after "apiKey ".

Path Parameters

client_reference_id
integer
required

The client reference identifier.

Body

application/json

Response

200
application/json

OK

The response is of type string.