API Docs

API Overview

Public API Reference

Public API Docs

Everything you need to integrate ARC public APIs for VIN decode and Explorer lookup workflows. This reference only covers the endpoints that are publicly supported on /docs.

Public surface only

These docs intentionally exclude internal backend routes. If an endpoint is not linked in this reference, it is not part of the public API contract for this pass.

Start Here

  1. 1 Create or copy an API key from your ARC account.
  2. 2 Send the key in the X-API-Key header on every request.
  3. 3 Start with a single VIN decode to validate your integration path.
  4. 4 Review the error and rate-limit behavior before shipping retries or bulk jobs.

What This API Covers

VIN decode

Resolve a VIN into a normalized vehicle record with electrification data and technical details.

Batch decode

Decode up to 50 VINs in one request and handle per-VIN failures without losing successful results.

Explorer by VIN

Pair vehicle decode output with minimal battery attributes for chemistry and compliance workflows.

Explorer by YMM

Look up battery candidates when VINs are unavailable and you only know year, make, and model.

Public Endpoints

Every public endpoint page follows the same structure: auth reminder, request contract, curl example, response example, and response field notes.