> For the complete documentation index, see [llms.txt](https://devhub.autotek.my/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://devhub.autotek.my/other-products-and-resources/pre-accident-valuation-api-suite.md).

# Pre-Accident Valuation API Suite

To deliver a PAV-style experience you can leverage existing API endpoints to deliver your desired UX. Below is a broad guide on how to achieve a similar outcome. Each integration will have nuances and specific commercial differences - don't hesitate to speak to your Integrations support person or sales executive for guidance.&#x20;

### Workflow Overview

<figure><img src="/files/HAaONjniu57kklnW8VFF" alt=""><figcaption><p>A basic overview of the PAV-Style integration workflow</p></figcaption></figure>

### Isolate The Vehicle ID

To begin the journey you will need to convert a real-world identifier into an AutoGrab ID to progress through the wider set of AutoGrab data. You can do this in four common ways;

1. [Registration Plate Search](/vehicle-search/registration-plate-search.md) - the most common identifier consumers and agents are familiar with.
2. [VIN Search](/vehicle-search/vin-search.md) - for unregistered or for scenarios where a plate is not known
3. [Facet (Drop Down) Search](/vehicle-search/facet-search.md) - for scenarios where a standard identifier is not known or where the data delivered from upstream (Road Authority) is not reliable.&#x20;

{% hint style="info" %}
Explore [other vehicle discovery mechanisms here.](/vehicle-search/vehicle-searching-basics.md)
{% endhint %}

For example, the response from a Registration search is below. Importantly you want to identify the ID,  `"id": "5932950835167232"` for use in future steps.&#x20;

We offer a range of data enrichment packs to deliver more information in your registration or VIN lookups, [explore them all here](broken://pages/NPZkRCYSiWdKwkCvkx9N). Consider the usage of the compliance information or vehicle age products.&#x20;

### Extrapolate Into Your Workflows

#### Get Market Data

To understand the position of that vehicle in the market you would call on the [Market Overla](/sourcing/market-overlay.md)y service. This would deliver you a large payload of information on the competitive set of the vehicle.&#x20;

To enrich your Overlay information we suggest employing additional features. For this use case, those are

1. [All Images](https://devhub.autograb.com/autograb-api-doc/sourcing/market-overlay/features#all-images) - to get all the images attached to the lead inside AutoGrab.
2. [Primary Description ](https://devhub.autograb.com/autograb-api-doc/sourcing/market-overlay/features#primary-listing-description)- to get the primary detailed description of each listing for UI display purposes.&#x20;

#### Perform A Valuation

To understand the value of the vehicle you will want to run a Valuation using the [Pricing](/valuation/valuation-predictions.md) endpoint. That will give you the current retail and trade values for the vehicle. Consider employing the [Bounds feature ](/valuation/valuation-predictions/valuation-features.md)to understand the valuation upper and lower thresholds as part of this calculation.&#x20;

#### Gain Specifications Information

If you need more information than is provided in the registration lookup you can access 200+ fields on every vehicle via the [Specification endpoint](broken://pages/n1Cz9I21Dj55ipoxUTgB). This could help you describe or highlight differences between vehicles.&#x20;

{% hint style="info" %}
Specifications data is only available in Australia, more regions are coming soon.
{% endhint %}
