CarBox AIWidget Docs
Demo

Quick start

The fastest way to integrate CarBox AI: one block of code to paste, no server-side work. Users sign in or create their account straight from the widget.

1

Paste the widget on your page

Add data-auth-mode="popup" and pass no token: the widget then shows two buttons, Sign in and Create my account.

HTML — Modal mode (default, recommended)
<div data-carbox-widget
     data-auth-mode="popup"
     data-type-vehicule="SUV"
     data-uuid-vehicle="abc-123"
     data-id-logiciel="example">
</div>
<script src="https://widget.carbox-ai.com/carbox-widget.js"></script>

On click, a CarBox AI window opens for the credentials. The password is never typed into your page. Once signed in, the widget switches to the usual button and the session is remembered: on later visits the reconnection is automatic and the user types nothing.

ℹ️
Would you rather supply the token yourself from your server? That is supported and documented in the Advanced tab — useful when your users should never see a CarBox sign-in screen.

That's it! A "Take photos with CarBox AI" button appears. On click, the QR Code shows up. When a user scans it with their phone, the CarBox AI app opens directly.