Vehicle Image Overlay API

API documentation for combining vehicle images with overlay graphics

API Overview
The Vehicle Image Overlay API allows you to combine vehicle images with overlay graphics programmatically and returns the final combined image as base64 data.

Base URL

http://localhost:3000

Content Types

  • Request: multipart/form-data or application/json
  • Response: application/json with base64 image data

Supported Image Formats

JPEGPNGWebPGIF

Output Format

All combined images are returned as PNG format in base64 encoding for maximum compatibility.