JavaScript integration
Place an accessible AI notice on a website, application, or chatbot with the no-cookie SUNURA widget.
These materials are provided as transparent legal and operational information for SUNURA services. They do not constitute legal advice, legal representation, regulatory certification, or a guarantee that any customer is compliant with applicable law. Customers remain responsible for legal interpretation, implementation choices, and real deployment.
Contact: Address: Hendrik-Ido-Ambacht, The Netherlands. General contact: [email protected]. Telephone: +31-645752433.
Standalone installation mode
This code renders the notice in the browser and does not use a SUNURA API key. Standalone mode does not store an evidence record in the customer workspace.
<script src="https://review.getsunura.com/sunura-widget.js"
data-sunura-system-id="customer-support-chatbot"
data-sunura-mode="chatbot"
data-sunura-locale="en"
data-sunura-no-cookie="true"
data-sunura-notice="This interaction uses AI-assisted functionality.">
</script>Connected proof capture
For proof capture, use a secure server-side relay or the SUNURA runtime API. Always keep secret API keys out of browser code, Webflow code, and Shopify themes.
<script src="https://review.getsunura.com/sunura-widget.js" data-sunura-system-id="customer-support-chatbot" data-sunura-relay-url="https://your-domain.example/sunura-relay"></script>View server-side integration guidance