Home: Difference between revisions

From BigID Developer Portal
No edit summary
No edit summary
Line 14: Line 14:
         --input-border: #e2e8f0;
         --input-border: #e2e8f0;
         --input-text: #2d3748;
         --input-text: #2d3748;
        --highlight-bg: #bee3f8;
        --highlight-text: #2c5282;
     }
     }


     .info {
     .info {
         background: #f091ca;
         background-color: var(--highlight-bg);
         padding: 3px;
        color: var(--highlight-text);
         font-weight: 600;
         padding: 3px 5px;
        color: #ffff;
         font-weight: 500;
         border-radius: 4px;
         border-radius: 4px;
         opacity: 0;
         opacity: 0;
Line 251: Line 253:


     #classify {
     #classify {
        position: relative;
         display: flex;
         display: flex;
         justify-content: center;
         justify-content: center;
Line 259: Line 262:
         border-radius: 12px;
         border-radius: 12px;
         gap: 5vw;
         gap: 5vw;
        background-image:
            linear-gradient(rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.95)),
            linear-gradient(var(--input-border) 1px, transparent 1px),
            linear-gradient(to right, var(--input-border) 1px, transparent 1px);
        background-size: 100%, 20px 20px, 20px 20px;
     }
     }
      
      
Line 279: Line 287:
     #classify .try #tryData {
     #classify .try #tryData {
         background-color: var(--input-bg);
         background-color: var(--input-bg);
         padding: 15px;
         padding: 18px;
         border-radius: 8px;
         border-radius: 8px;
         height: 120px;
         height: 130px;
         color: var(--input-text);
         color: var(--input-text);
         border: 1px solid var(--input-border);
         border: 1px solid var(--input-border);
         box-shadow: inset 0 2px 4px 0 rgba(0,0,0,0.06);
         box-shadow: inset 0 2px 4px 0 rgba(0,0,0,0.06);
        font-size: 1.05em;
        line-height: 1.6;
     }
     }


Line 297: Line 307:
         margin-top: 1.5vh;
         margin-top: 1.5vh;
         cursor: pointer;
         cursor: pointer;
         transition: background-color 0.2s ease;
         transition: all 0.2s ease;
         position: relative;
         position: relative;
     }
     }
Line 303: Line 313:
     #classify .try button:hover {
     #classify .try button:hover {
         background: #38a169;
         background: #38a169;
        box-shadow: 0 0 15px rgba(72, 187, 120, 0.6);
     }
     }
      
      
Line 317: Line 328:
         --section-bg: #2d3748;
         --section-bg: #2d3748;
         --input-bg: #4a5568;
         --input-bg: #4a5568;
         --input-border: #2d3748;
         --input-border: #4a5568;
         --input-text: #f7fafc;
         --input-text: #f7fafc;
        --highlight-bg: #2b6cb0;
        --highlight-text: #bee3f8;
    }
   
    .skin-citizen-dark #classify {
        background-image:
            linear-gradient(rgba(45, 55, 72, 0.95), rgba(45, 55, 72, 0.95)),
            linear-gradient(var(--input-border) 1px, transparent 1px),
            linear-gradient(to right, var(--input-border) 1px, transparent 1px);
     }
     }
      
      

Revision as of 19:35, 19 August 2025

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. 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!

Start Developing

Apps

Add custom logic and screens to your BigID system.

Learn more

REST API

Manage BigID programmatically. Scan data, run SARs, and more through code.

Learn More

Connectors

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

Learn More

LLMs

Interacting with BigID using MCP.

Learn More

Popular Articles:

{{Special:TopTenPages/1/10}}