Developers

API documentation

One POST creates a render. Authenticate with your key in the x-api-key header. The full OpenAPI 3.1 document is at /api/public/v1/openapi.json.

curl -X POST https://vehicleimages.ai/api/public/v1/renders \
  -H "x-api-key: $VI_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "make": "BMW",
    "model": "M2 Competition",
    "year": "2022",
    "bodyStyle": "coupe",
    "colour": "Hockenheim Silver metallic",
    "angle": "front-3q-right",
    "plateText": "MAGNITUDE"
  }'