Skip to main content
CarHub exposes vehicle understanding, condition assessment, pricing and image-generation models through one API. Submit an asset or JSON request, then retrieve the job result by polling or webhook. Every inference endpoint is independently priced and rate-limited. You can adopt a single model without committing to the rest of the platform.

Quickstart

Send a first request and retrieve its job.

API reference

Browse generated endpoints, schemas and examples.

Test mode

Exercise deterministic success and failure scenarios.

Go live

Complete the production integration checklist.

Player SDK

Embed the interactive 360° vehicle player in your application.
  1. Authenticate your backend with an API key.
  2. Complete the quickstart with a low-risk endpoint.
  3. Use test mode to verify retries, empty results and failures.
  4. Find the model you need in the generated API reference.
  5. Configure webhooks or poll jobs, then use the go-live checklist.

Choose an integration surface

The inference API is asynchronous by default. A successful submission usually returns 202 and a job rather than an immediate model result.