Add a player to your website quickly and easily
curl --location --request POST 'https://br-api.aos.tv/token/' \
--header 'Content-Type: application/x-www-form-urlencoded' \
--data-urlencode 'grant_type=client_credentials' \
--data-urlencode 'client_id=CLIENT_ID' \
--data-urlencode 'client_secret=CLIENT_SECRET'
<body>
<div id="aos-player" data-setup='{"token":AUTH_TOKEN , "vehicle": VEHICLE_ID }'></div>
</body>
<head>
</head>
Serve vehicle assets on your website instantly! No more waiting for loading times.
With support for imagery, video, tagging and 360 imagery (amongst others) we've got you coverered
Protects your assets using secure authentication
Let AutosOnShow deliver an out-the-box presentation for your vehicles, or if you want more control jump into the Javascript SDK and build your own player
For better availability, the player is fully responsive across devices
You can have a player displayed on your webpage in 2 lines of HTML
Read our documentation for advanced customization
DocumentationRead our SDK Quickstart Guide for advanced customization
SDK Quickstart