Skip to main content
deployed-features
2023-10-20
v0.59.3

Removed requirement to define category information

ItemDescription
TypeRequired parameters
EffectBackwards compatible
Impact/product_search, /prices
Category prediction removes hard requirement for category or category_id parameters.It is now possible to search for products without the hard requirement to define category information. The category is predicted from analysis of the search query.
Read more about category prediction
2025-06-24
v0.122.0

Unified PDF Report Generation for claim or appraisal.

ItemDescription
TypeOptional parameters
EffectBreaking change
Impact/client_reference/{client_reference_id}/report/pdf
Generating appraisal reports just got easier! With our unified PDF endpoint, you can now produce PDF reports for individual appraisals or an entire claim without switching tools. Simply utilize the optional appraisal_ids parameter to get exactly the report you need.
Read more about Report Generation
2025-04-01
Q2 2025

Photo validation and estimation

ItemDescription
TypeOptional parameters
EffectBackwards compatible
ImpactOffer Search
The Offer Search endpoint supports optional product photos via image_urls or images (base64). Photos are analyzed to extract category and description, compare against the original description for validation, and identify the best Like-Kind-and-Quality replacement products and prices.
2025-04-01
Q2 2025

Access uploaded image URLs

ItemDescription
TypeResponse field
EffectBackwards compatible
Impact/client_reference/{id}/appraisal
Appraisal responses include an attachments array with url, file_name, and type for each file uploaded by the API user and attached to the appraisal. Use these URLs to access the uploaded images and documents.
2025-04-01
Q2 2025

Upload Excel files of claimed items

ItemDescription
TypeNew capability
EffectBackwards compatible
ImpactBatch processing
Submit Excel files containing multiple claimed items to the API for batch processing. This brings the ValueChecker frontend standalone upload flow to the API.
Read more about Appraisals