The Brego API is on a sign-up basis. To get started, please contact us and we can set up your account.
We work hard to ensure you can integrate our AI models into your systems. After years of working with clients, we have designed the perfect API for your business.
1
2
3
4
5
6
7
8
9
import brego from 'brego'
brego.apiKey = 'aaaa-bbbb-cccc-dddd';
let car = await brego.search('Bugatti Chiron');
let value = brego.getValuation(car.id);
// Do anything with value
// It gives values in an object