Embed

Head to the "Embed" section under "Test and Go Live" and create a new embedding with the AI models available in your account.

Copy your Embed Key from the table and replace it in the script below instead of <YOUR EMBED KEY>. Do not remove the double quotes.

You can now use this script to activate your AI Copilot on any webpage.

<div id='root'></div>
    <script defer src='https://neuralmind.io/js/embed.js'></script>
    <script>
      window.onload = (event) => { neuralmind("<Embed Key>"); };
    </script>

After you have pasted the code, your embed will be displayed in this manner:

Last updated