Home: Difference between revisions
From BigID Developer Portal
No edit summary |
No edit summary |
||
Line 333: | Line 333: | ||
let req = await window.fetch('https://classify.bigid.tools', { | let req = await window.fetch('https://classify.bigid.tools', { | ||
method: 'POST', | method: 'POST', | ||
headers: { | |||
'content-type':'application/json' | |||
}, | |||
body: JSON.stringify({text:document.getElementById('tryData').value}) | body: JSON.stringify({text:document.getElementById('tryData').value}) | ||
}); | }); |
Revision as of 21:48, 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: