Turn lot photos into showroom photos.
AutoStudio AI replaces messy backdrops, enhances lighting, and blurs plates and faces automatically — then delivers consistent, studio-grade renditions through a REST API built for fleets at scale.
- 1.2M+
- images rendered
- 99.2%
- auto-QA pass rate
- <8s
- median render
Raw capture vs. AutoStudio render — hover to pause, drag to compare.
What it does
One pipeline, from messy capture to catalog-ready.
Every step your team does by hand in an editor — automated, QA'd, and consistent across your entire inventory.
Studio backgrounds
Swap chaotic lots for clean seamless sweeps, gradients, or your branded floor — consistent every time.
Photo enhancement
Relight, denoise, and color-correct so a phone snap reads like it came from a photo booth.
Plate & face blur
Automatically detect and blur license plates and bystanders before anything leaves the pipeline.
Brand standardization
Lock aspect ratios, framing, and backdrops to one preset so every vehicle matches your storefront.
REST API + bulk queue
POST one image or ten thousand. Jobs fan out across a queue built for fleet-scale throughput.
Webhooks & signed URLs
Get notified the instant a job finishes and pull renditions from expiring, signed URLs.
How it works
Three steps. No retouching desk required.
- 01
Upload or POST
Drop images into the console, or POST base64 straight to /v1/jobs from your inventory system.
- 02
Studio pipeline + QA
We classify each shot, replace the backdrop, enhance, blur plates and faces, then QA every frame automatically.
- 03
Get images back
Receive signed URLs for each rendition — with an automatic fallback to the original if a frame fails QA.
Developer-first
A REST API your inventory system already speaks.
POST base64 images with optional vehicle metadata, poll the job, and pull signed URLs for each rendition. No SDK required — just your API key and standard HTTP.
- Bearer-auth with scoped, revocable keys
- Bulk jobs with per-item QA and fallbacks
- Webhooks on completion — no polling required
# Turn a raw lot photo into a studio rendercurl -X POST https://api.autostudio.ai/v1/jobs \ -H "Authorization: Bearer $AUTOSTUDIO_KEY" \ -H "Content-Type: application/json" \ -d '{ "preset_id": "default", "vehicle": { "make": "Toyota", "model": "RAV4" }, "images": [{ "filename": "front.jpg", "content_base64": "<...>" }] }'# 202 Accepted{ "data": { "id": "job_9f2c71a4", "status": "queued", "total_items": 1 }, "error": null}Starter
250 images / moFor small lots getting their listings consistent.
- Studio backgrounds + enhancement
- License-plate & face blur
- 1 brand preset
- REST API access
- 7-day image retention