Home: Difference between revisions
From BigID Developer Portal
No edit summary |
No edit summary |
||
Line 221: | Line 221: | ||
font-weight: 600; | font-weight: 600; | ||
color: var(--card-text-primary); | color: var(--card-text-primary); | ||
} | } | ||
.card-icon { | |||
width: | width: 36px; | ||
height: | height: 36px; | ||
margin- | margin-bottom: 1rem; | ||
opacity: 0.9; | opacity: 0.9; | ||
stroke: var(--card-text-primary); | stroke: var(--card-text-primary); | ||
Line 261: | Line 259: | ||
display: flex; | display: flex; | ||
flex-direction: column; | flex-direction: column; | ||
text-align: center; | |||
} | } | ||
Line 442: | Line 441: | ||
<div class="card-inner-content"> | <div class="card-inner-content"> | ||
<div class="content"> | <div class="content"> | ||
<svg class="card-icon" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="2"> | |||
<path stroke-linecap="round" stroke-linejoin="round" d="M4 5a1 1 0 011-1h14a1 1 0 011 1v2a1 1 0 01-1 1H5a1 1 0 01-1-1V5zM4 13a1 1 0 011-1h6a1 1 0 011 1v6a1 1 0 01-1 1H5a1 1 0 01-1-1v-6zM16 13a1 1 0 011-1h2a1 1 0 011 1v6a1 1 0 01-1 1h-2a1 1 0 01-1-1v-6z" /> | |||
</svg> | |||
<h1>Apps</h1> | |||
<p>Add custom logic and screens to your BigID system.</p> | <p>Add custom logic and screens to your BigID system.</p> | ||
</div> | </div> | ||
Line 456: | Line 453: | ||
<div class="card-inner-content"> | <div class="card-inner-content"> | ||
<div class="content"> | <div class="content"> | ||
<svg class="card-icon" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="2"> | |||
<path stroke-linecap="round" stroke-linejoin="round" d="M10 20l4-16m4 4l4 4-4 4M6 16l-4-4 4-4" /> | |||
</svg> | |||
<h1>REST API</h1> | |||
<p>Manage BigID programmatically. Scan data, run SARs, and more through code.</p> | <p>Manage BigID programmatically. Scan data, run SARs, and more through code.</p> | ||
</div> | </div> | ||
Line 470: | Line 465: | ||
<div class="card-inner-content"> | <div class="card-inner-content"> | ||
<div class="content"> | <div class="content"> | ||
<svg class="card-icon" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="2"> | |||
<path stroke-linecap="round" stroke-linejoin="round" d="M6.72 13.829c-.24.03-.48.062-.72.096m.72-.096a42.415 42.415 0 0110.56 0m-10.56 0L6 18.233m10.56-4.404L18 18.233m-12-4.404h12m-12 0a9 9 0 019-9h.096c.5 0 .905.405.905.905 0 .714-.211 1.412-.608 2.006L7.394 13.83c-.397.594-.908 1.05-1.482 1.342a9.058 9.058 0 01-1.212.323" /> | |||
</svg> | |||
<h1>Connectors</h1> | |||
<p>Scan any system, anywhere. Write your own connector in any programming language.</p> | <p>Scan any system, anywhere. Write your own connector in any programming language.</p> | ||
</div> | </div> | ||
Line 484: | Line 477: | ||
<div class="card-inner-content"> | <div class="card-inner-content"> | ||
<div class="content"> | <div class="content"> | ||
<svg class="card-icon" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="2"> | |||
<path stroke-linecap="round" stroke-linejoin="round" d="M8 12h.01M12 12h.01M16 12h.01M21 12c0 4.418-4.03 8-9 8a9.863 9.863 0 01-4.255-.949L3 20l1.395-3.72C3.512 15.042 3 13.574 3 12c0-4.418 4.03-8 9-8s9 3.582 9 8z" /> | |||
</svg> | |||
<h1>LLMs</h1> | |||
<p>Interacting with BigID using MCP.</p> | <p>Interacting with BigID using MCP.</p> | ||
</div> | </div> | ||
Line 617: | Line 608: | ||
</script> | </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 19:43, 19 August 2025
See into your data
BigID allows you to sort through large swaths of data to see what really matters. Using hundreds of machine learning, NLP and regex classifiers, you can classify any data, anywhere. 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.
REST API
Manage BigID programmatically. Scan data, run SARs, and more through code.
Connectors
Scan any system, anywhere. Write your own connector in any programming language.
LLMs
Interacting with BigID using MCP.