Home: Difference between revisions

From BigID Developer Portal
No edit summary
No edit summary
Line 1: Line 1:
<html>
<html>
<style type="text/css">
<style type="text/css">
    .hwt-container {
        display: inline-block;
        position: relative;
        overflow: hidden !important;
        -webkit-text-size-adjust: none !important;
    }
    .hwt-backdrop {
        position: absolute !important;
        top: 0 !important;
        right: -99px !important;
        bottom: 0 !important;
        left: 0 !important;
        padding-right: 99px !important;
        overflow-x: hidden !important;
        overflow-y: auto !important;
    }
    .hwt-highlights {
        width: auto !important;
        height: auto !important;
        border-color: transparent !important;
        white-space: pre-wrap !important;
        word-wrap: break-word !important;
        color: transparent !important;
        overflow: hidden !important;
    }
    .hwt-input {
        display: block !important;
        position: relative !important;
        margin: 0;
        padding: 0;
        border-radius: 0;
        font: inherit;
        overflow-x: hidden !important;
        overflow-y: auto !important;
    }
    .hwt-content {
        border: 1px solid;
        background: none transparent !important;
    }
    .hwt-content mark {
        padding: 0 !important;
        color: inherit;
    }
     #mw-content-text.mw-body-content.mw-content-ltr {
     #mw-content-text.mw-body-content.mw-content-ltr {
         margin-left: auto !important;
         margin-left: auto !important;
Line 307: Line 258:
         width: auto;
         width: auto;
         height: 60px;
         height: 60px;
        font-size: 12px;
        width: 200px;
     }
     }


Line 340: Line 293:
         </div>
         </div>
         <div class="try">
         <div class="try">
             <textarea
             <div contenteditable="true" id="tryData">Hello! Can you please process payment for [email protected] to
                id="tryData">Hello! Can you please process payment for [email protected] to 4199006507426062? Thank you!</textarea>
                4199006507426062? Thank you!</div>
             <button onclick="discover()">Discover</button>
             <button onclick="discover()">Discover</button>
         </div>
         </div>
Line 380: Line 333:
</main>
</main>
<script>
<script>
    window.onload = function () {
        var s;
        s = document.createElement('script');
        s.src = "https://unpkg.com/[email protected]/jquery.highlight-within-textarea.js";
        document.head.appendChild(s);
    }
     async function discover() {
     async function discover() {
         let req = await window.fetch('https://classify.bigid.tools', {
         let req = await window.fetch('https://classify.bigid.tools', {
Line 392: Line 339:
                 'content-type': 'application/json'
                 'content-type': 'application/json'
             },
             },
             body: JSON.stringify({ text: document.getElementById('tryData').value })
             body: JSON.stringify({ text: document.getElementById('tryData').innerText })
         });
         });
         let json = await req.json();
         let json = await req.json();
Line 399: Line 346:
         });
         });
         console.log(highlighter)
         console.log(highlighter)
        $('#tryData').highlightWithinTextarea({ highlight: highlighter });
     }
     }
</script>
</script>

Revision as of 22:08, 4 March 2022

Discover

Bring enterprise-scale data intelligence to your application

See into your data

BigID allows you to sort through large swaths of data to see what really matters. Try it on the right.

Hello! Can you please process payment for [email protected] to 4199006507426062? Thank you!

Apps

Add custom logic and screens to your BigID system.

Learn more

REST API

Manage BigID programmatically. Scan data, run SARs, and handle data breaches from anywhere.

Learn More

Connectors

Scan any system, anywhere. Write your own connector in any programming language

Learn More

Popular Articles: