Skip to main content
This guide gets you from an API key to a full TRA tax estimate in a single request.

1. Make a request

Send a supported listing URL to POST /v1/estimate:

2. Read the response

3. Trust the result with confidence

Each estimate reports how the vehicle was matched against the TRA database:
  • confidence: "high" — chassis code matched a TRA entry exactly, no adjustments needed.
  • confidence: "medium" — matched with minor field adjustments (e.g. fuel naming).
  • confidence: "low" — matched by AI, or the model/year had to be substituted.
The matched.adjustments array explains every value that differed from the listing — for example, when TRA has no entry for the exact year and the nearest year was used.
Estimates are cached for 14 days per URL. A repeated request returns instantly with "cached": true.

Next steps

API Reference

Full request and response schemas, with an interactive playground.

Authentication

How to send your key and handle errors.