Developers
Vehicle image editing API
Background removal, studio backgrounds, enhancement, and automatic license-plate & face blur — for the vehicle photos you already have. One REST API, an async bulk queue, and pricing you can read before you sign up.
This is the developer reference. For the product overview and use cases, see the vehicle image API page.
AutoStudio is an API-first vehicle-image studio. You send the photos you captured — from a lot, a fleet yard, or a seller upload — and get back clean, consistent, listing-ready images. To be clear about scope:
- We edit your own uploads. AutoStudio is not a stock-photo or VIN image library — it transforms the pictures you provide.
- We are not an ALPR service. We blur license plates for privacy; we do not read, recognize, or look up plate numbers.
- Still images only. No 360° spins or video today.
What the API does
- Background removal & studio replacement tuned for reflective paint, glass, and wheels.
- Image enhancement — color, exposure, and cleanup.
- License-plate & face blur, applied automatically for GDPR and marketplace compliance.
- Per-vehicle-set consistency so every angle of a car matches.
- Automated QA on output before it reaches your listings.
Built for developers
- Clean REST API with predictable JSON.
- Async bulk queue for fleet-scale volumes — submit jobs, get results as they finish.
- Webhooks so you don't have to poll.
- Signed URLs for secure upload and delivery.
- Separate test & live keys — build and CI against a free sandbox.
- Transparent prepaid pricing from about $0.08/image. See pricing.
Quickstart
Create a job by POSTing a base64-encoded image and the operations you want. You'll get a job ID back immediately; results arrive via webhook or by polling the job.
curl https://api.autostudio.ai/v1/jobs \
-H "Authorization: Bearer $AUTOSTUDIO_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"image_base64": "'"$(base64 -w0 car.jpg)"'",
"operations": ["background", "enhance", "blur_plate", "blur_face"],
"background": "studio_light",
"webhook_url": "https://your-app.example.com/hooks/autostudio"
}'The response returns a job in the queued state:
{
"id": "job_9fA1c2",
"status": "queued",
"operations": ["background", "enhance", "blur_plate", "blur_face"]
}When processing finishes, AutoStudio calls your webhook (or you can GET /v1/jobs/job_9fA1c2) with a signed result_url for the finished image. Full request/response reference, operation options, and language examples live in the API docs.
Start free
Grab a sandbox key, process real vehicle photos, and only add prepaid credits when you're ready. Sign up or read the docs first — and if you're comparing options, see how we stack up against Spyne and remove.bg.
Frequently asked questions
- Does the API work on my own photos or a stock/VIN library?
- Your own photos. AutoStudio edits the images you upload — it is not a stock-image or VIN-based image library.
- Does the license-plate blur API read plate numbers?
- No. AutoStudio blurs plates for privacy only. It is not an ALPR service and does not recognize, decode, or look up plate numbers.
- How do I handle large batches?
- Submit jobs to the async bulk queue and receive results via webhook as each finishes, so you never block on processing. It's designed for fleet-scale volumes.
- Is there a free way to test the API?
- Yes. Every account gets a free sandbox with a test key, so you can integrate and run CI before spending anything. Live processing uses transparent prepaid credits from about $0.08/image.
- Does the API support 360° spins or video?
- No. AutoStudio processes still images only today — background removal, enhancement, and plate/face blur.
Related resources
Start freeFree license-plate & face blur tool
Blur license plates and faces in a photo — free, private, right in your browser.
Car background remover
Preview a clean studio background on your car photo; sign up for full AI quality.
AutoStudio vs Spyne
An API-first, transparently priced Spyne alternative for fleets, dealers, and developers.
Studio-quality vehicle photos, on autopilot.
Start free with a sandbox key — no card required.
Start free