https://api.trycarhub.com
The generated API reference is the source of truth for every operation, field and schema.
Browse API endpoints
Use Mintlify’s generated OpenAPI reference, including schemas, examples and request playgrounds.
Find the right endpoint
Use the API reference’s tag groups to browse by capability:Inference endpoints
CarHub provides 24POST inference endpoints across vehicle understanding, condition, parts, pricing, image production and presentation. It also offers the inspection bundle, jobs, uploads and an endpoint catalogue.
All /v1/* calls use an API key. Requests normally respond 202 Accepted with a job. Fast endpoints may return 200 OK when called with wait=true.
Request conventions
- Use JSON unless an endpoint accepts a file directly; use
multipart/form-datafor direct binary input. - Send
Idempotency-Keywith everyPOST. - Read
Request-Idfrom every response and include it in support requests. - Honor
Retry-Afterand theRateLimit-*headers after429responses. - Keep opaque IDs (
job_…,upl_…,key_…,whe_…) intact; never parse or fabricate them.