Home: Difference between revisions
From BigID Developer Portal
No edit summary |
No edit summary |
||
Line 265: | Line 265: | ||
padding: 10px 20px; | padding: 10px 20px; | ||
border-radius: 10px; | border-radius: 10px; | ||
background: # | background: #4bbf8f; | ||
font-weight: 600; | font-weight: 600; | ||
color: #fff; | color: #fff; | ||
Line 291: | Line 291: | ||
</div> | </div> | ||
<div class="try"> | <div class="try"> | ||
<textarea>Hello! Can you please process payment for [email protected] to 4199006507426062? Thank you!</textarea> | <textarea id="tryData">Hello! Can you please process payment for [email protected] to 4199006507426062? Thank you!</textarea> | ||
<button>Discover</button> | <button onclick="discover()">Discover</button> | ||
</div> | </div> | ||
</section> | </section> | ||
Line 329: | Line 329: | ||
</section> | </section> | ||
</main> | </main> | ||
<script> | |||
async function discover() { | |||
let req = await window.fetch('https://classify.bigid.tools', { | |||
method: 'POST', | |||
body: JSON.stringify({text:document.getElementById('tryData').value}) | |||
}); | |||
let json = await req.json(); | |||
console.log(json); | |||
} | |||
</script> | |||
</html> | </html> | ||
{{#description2:Get started adding BigID's data discovery to your application with tutorials, samples, and | {{#description2:Get started adding BigID's data discovery to your application with tutorials, samples, and | ||
documentation}} | documentation}} |
Revision as of 21:47, 4 March 2022
See into your data
BigID allows you to sort through large swaths of data to see what really matters. Try it on the right.
Apps
Add custom logic and screens to your BigID system.
REST API
Manage BigID programmatically. Scan data, run SARs, and handle data breaches from anywhere.
Connectors
Scan any system, anywhere. Write your own connector in any programming language
Popular Articles: