Developers

Vehicle image API

A car photo editing API for developers: send the vehicle photos you already have and get back background-removed, studio-replaced, enhanced, and privacy-blurred images — one REST call, an async bulk queue, and pricing you can read before you integrate.

Most car background-removal APIs are generic image tools wearing an automotive label. AutoStudio's vehicle image API is tuned specifically for cars — reflective paint, glass, and wheels — and bundles the two things automotive teams actually need alongside background removal: consistent studio replacement across a whole vehicle set, and automatic license-plate/face blur for compliance. It edits your own uploaded photos; it is not a stock-image or VIN library.

What the API does

  • Car background removal & studio replacement — swap any backdrop for a clean, consistent studio scene.
  • Enhancement — color, exposure, and cleanup tuned for vehicle photography.
  • License-plate & face blur, applied automatically for privacy and marketplace compliance — see GDPR & vehicle photos.
  • Per-vehicle-set consistency — every angle of the same car shares the same background and treatment.

Quickstart

Authenticate with a bearer token, POST one or more base64-encoded images, and get a job back immediately. Results land via webhook or by polling the job — the same shape used throughout the full API reference.

quickstart.sh
curl -X POST https://api.autostudio.ai/v1/jobs \
-H "Authorization: Bearer $AUTOSTUDIO_KEY" \
-H "Content-Type: application/json" \
-d '{
"preset_id": "default",
"images": [
{ "filename": "front.jpg", "content_base64": "<base64>", "shot_type_hint": "front_3q" }
]
}'

A minute-one integration test: request a job, poll GET /v1/jobs/{id} until it completes, then fetch the signed rendition URL. The docs cover the full job lifecycle, endpoint reference, webhook payloads, rate limits, and SDK snippets in curl, Python, and Node.

Built for integration, not another app

  • Clean, predictable JSON responses.
  • Async bulk queue for fleet- and marketplace-scale volumes.
  • Webhooks, so you don't have to poll.
  • Signed URLs for secure delivery.
  • Separate test/live keys — build and run CI against a free sandbox.
  • Transparent prepaid pricing from about $0.08/image — see pricing.

Where this fits

Wire the API directly into a DMS, inventory feed, or marketplace upload flow — see how it's used for dealerships, fleets, marketplaces, and auctions & remarketing. For the full product overview and feature list, see the API product page; for a buyer's-guide comparison against other dealership photo software, see the buyer's guide.

Frequently asked questions

Is this a car background removal API or a full editing API?
Both. Background removal/replacement is one operation among several — enhancement and license-plate/face blur run in the same pipeline, so you get a finished, compliant image from one job, not several API calls chained together.
Does the API work with photos I already have, or does it need a specific capture app?
Your own photos. There's no capture app or hardware requirement — phone photos from a lot, trade-in, or auction lane work as input.
Can I test it before paying?
Yes. Every account includes a free sandbox with a test key, so you can integrate and run CI before adding any prepaid credits.
How do I process thousands of images?
Submit jobs to the async bulk queue and receive results via webhook as each finishes — built for fleet- and marketplace-scale volumes rather than one-off calls.

Get an API key in under a minute.

Free sandbox, no card required. Read the full docs first if you want the endpoint reference before you sign up.

Start free

Related resources

Start free

Studio-quality vehicle photos, on autopilot.

Start free with a sandbox key — no card required.

Start free