Home: Difference between revisions

From BigID Developer Portal
No edit summary
No edit summary
Line 19: Line 19:
         --card-text-primary: #1a202c;
         --card-text-primary: #1a202c;
         --card-text-secondary: #4a5568;
         --card-text-secondary: #4a5568;
        --grid-line-color: rgba(0, 0, 0, 0.04);
        --watermark-opacity: 0.05;
     }
     }


Line 155: Line 157:
         background: linear-gradient(90deg, #4a90e2, #50e3c2);
         background: linear-gradient(90deg, #4a90e2, #50e3c2);
         box-shadow: 0 4px 14px 0 rgba(0, 118, 255, 0.39);
         box-shadow: 0 4px 14px 0 rgba(0, 118, 255, 0.39);
    }
    main #headerimg {
        width: 100%;
        max-width: 500px;
     }
     }


Line 178: Line 175:
         position: relative;
         position: relative;
         flex-direction: column;
         flex-direction: column;
         border-radius: 14px; /* Slightly larger radius */
         border-radius: 14px;
         box-shadow: 0 10px 20px rgba(0,0,0,0.1), 0 6px 6px rgba(0,0,0,0.1);
         box-shadow: 0 10px 20px rgba(0,0,0,0.1), 0 6px 6px rgba(0,0,0,0.1);
         font-size: 18px;
         font-size: 18px;
Line 187: Line 184:
         transition: transform 0.3s ease, box-shadow 0.3s ease;
         transition: transform 0.3s ease, box-shadow 0.3s ease;
         background-color: var(--card-bg);
         background-color: var(--card-bg);
         padding: 2px; /* This padding creates space for the border */
         padding: 2px;
     }
     }
      
      
Line 195: Line 192:
         top: 0; right: 0; bottom: 0; left: 0;
         top: 0; right: 0; bottom: 0; left: 0;
         z-index: 0;
         z-index: 0;
         margin: -2px; /* Match the padding */
         margin: -2px;
         border-radius: inherit; /* Inherit the border-radius */
         border-radius: inherit;
         background-size: 200% 200%;
         background-size: 200% 200%;
         animation: gradient-animation 10s ease infinite;
         animation: gradient-animation 10s ease infinite;
Line 221: Line 218:
         font-weight: 600;
         font-weight: 600;
         color: var(--card-text-primary);
         color: var(--card-text-primary);
    }
   
    .card-icon {
        width: 36px;
        height: 36px;
        margin-bottom: 1rem;
        opacity: 0.9;
        stroke: var(--card-text-primary);
     }
     }


     main .card a:link {
     main .card a:link, main .card a:visited {
         display: block;
         display: block;
         text-align: center;
         text-align: center;
Line 251: Line 240:
         display: flex;
         display: flex;
         flex-direction: column;
         flex-direction: column;
        background-repeat: no-repeat;
        background-position: calc(100% - 20px) calc(100% - 20px);
        background-size: 90px;
        opacity: var(--watermark-opacity);
     }
     }
   
    .card.purple .card-inner-content { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='2' stroke='%23000'%3E%3Cpath 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' /%3E%3C/svg%3E"); }
    .card.red .card-inner-content { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='2' stroke='%23000'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M10 20l4-16m4 4l4 4-4 4M6 16l-4-4 4-4' /%3E%3C/svg%3E"); }
    .card.blue .card-inner-content { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='2' stroke='%23000'%3E%3Cpath 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' /%3E%3C/svg%3E"); }
    .card.orange .card-inner-content { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='2' stroke='%23000'%3E%3Cpath 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' /%3E%3C/svg%3E"); }


     main .card>.card-inner-content>.content {
     main .card>.card-inner-content>.content {
Line 259: Line 258:
         display: flex;
         display: flex;
         flex-direction: column;
         flex-direction: column;
         text-align: center;
         text-align: left;
     }
     }


Line 273: Line 272:
         gap: 5vw;
         gap: 5vw;
         background-image:  
         background-image:  
             linear-gradient(rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.95)),
             linear-gradient(var(--section-bg), var(--section-bg)),
             linear-gradient(var(--input-border) 1px, transparent 1px),
             linear-gradient(var(--grid-line-color) 1px, transparent 1px),
             linear-gradient(to right, var(--input-border) 1px, transparent 1px);
             linear-gradient(to right, var(--grid-line-color) 1px, transparent 1px);
         background-size: 100%, 20px 20px, 20px 20px;
         background-size: 100%, 20px 20px, 20px 20px;
     }
     }
Line 345: Line 344:
         --card-text-primary: #ffffff;
         --card-text-primary: #ffffff;
         --card-text-secondary: rgba(255, 255, 255, 0.8);
         --card-text-secondary: rgba(255, 255, 255, 0.8);
        --grid-line-color: rgba(255, 255, 255, 0.06);
        --watermark-opacity: 0.1;
     }
     }
      
      
     .skin-citizen-dark #classify {
     .skin-citizen-dark #classify {
         background-image:  
         background-image:  
             linear-gradient(rgba(45, 55, 72, 0.95), rgba(45, 55, 72, 0.95)),
             linear-gradient(var(--section-bg), var(--section-bg)),
             linear-gradient(var(--input-border) 1px, transparent 1px),
             linear-gradient(var(--grid-line-color) 1px, transparent 1px),
             linear-gradient(to right, var(--input-border) 1px, transparent 1px);
             linear-gradient(to right, var(--grid-line-color) 1px, transparent 1px);
     }
     }
      
      
Line 441: Line 442:
                 <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>
                         <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>
Line 453: Line 451:
                 <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>
                         <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>
Line 465: Line 460:
                 <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>
                         <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>
Line 477: Line 469:
                 <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>
                         <h1>LLMs</h1>
                         <p>Interacting with BigID using MCP.</p>
                         <p>Interacting with BigID using MCP.</p>
Line 487: Line 476:
             </div>
             </div>
         </div>
         </div>
    </section>
    <section>
        <h1>Popular Articles:</h1>
        {{Special:TopTenPages/1/10}}
     </section>
     </section>
</main>
</main>

Revision as of 19:47, 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!

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