Documentation

Everything you need to integration

Authentification

titel

this is how you authnetificate yourself

GET https://vehicleimagery.com/api/brands

List Brands

Returns all available Vehicle brands in the Database

  • format kann requestet werden um image formate raus zu bekommen
  • Resoluution ist auch möglich
response.json
{
  "brands": [
    "Audi",
    "BMW",
    "Mercedes-Benz",
    "Volkswagen"
  ]
}