// Example JS code structure for integrating an API in Webflow document.addEventListener('DOMContentLoaded', function() { // Function to call the ZeroGPT API function callZeroGPTAPI(inputText) { var xhr = new XMLHttpRequest(); xhr.open('POST', 'https://api.zerogpt.com/v1/endpoint', true); // Use the correct API endpoint URL xhr.setRequestHeader('Content-Type', 'application/json'); xhr.setRequestHeader('Authorization', '9446345d-a918-4966-b83d-c71edb513a36'); // Replace with your actual API key xhr.onreadystatechange = function() { if (xhr.readyState === 4 && xhr.status === 200) { var response = JSON.parse(xhr.responseText); // Handle the response from the API console.log(response); } }; var data = JSON.stringify({ "input": inputText }); xhr.send(data); } // Example of how you might call the above function // Perhaps when a button is clicked document.getElementById('your-button-id').addEventListener('click', function() { var userInput = document.getElementById('your-input-id').value; callZeroGPTAPI(userInput); }); });
Increase your paint sales by bringing your paint and home improvement store into the homes of your customers. Allow your users to visualize and purchase your paint and home remodel products.
Help your customers make better buying decision by seeing your products in their homes in augmented reality and by using computer vision to identify their remodel scenarios, surface types and surface conditions.
Our state-of-the-art AI & AR tools let you envision fresh paint on your walls instantly, ensuring you make the perfect choice every time.
Dive into a vast spectrum of shades! From subtle neutrals to vibrant hues, find the ideal match for your space among our 2 million+ color options.
Dodge furniture, windows, and doors with our built in object occlusion features, ensuring a seamless and realistic painting experience.
Our tool analyzes your chosen area and provides an accurate estimate of the paint quantity required, ensuring you buy just the right amount.
Easily implement our Remodel AI SDK to allow your customers to visually see your products on their walls. Get started with 4 easy steps
First download our demo app and try out all the amazing augmented reality features in our SDK.
Connect with your account manager to select the best configuration of features that are right for your AR experience.
Work with your integration specialist to bring your product catalogue and sales backend into your new experience.
Launch your app with your configured painting experience, and start growing your sales and engauging with your customers.
Learn more how the most innovative companies are using our Remodel AI SDK to transform their applications and products.
We are privileged to partner with an industry pioneer and a leading paints company in the Middle East, Jazeera Paints. Learn more about the ways Jazeera is transforming its mobile experience with the power of Passio's AI technology.