> ## Documentation Index
> Fetch the complete documentation index at: https://docs.didit.me/llms.txt
> Use this file to discover all available pages before exploring further.

# Didit Documentation

> One API for KYC, KYB, transaction monitoring, and wallet screening across 220+ countries and 14,000+ documents, with 500 free checks/month.

export const VideoEmbed = ({src, title = "Video", type = "iframe"}) => <div className={type === "iframe" ? "didit-video-embed" : "didit-video-embed didit-video-native"}>
    {type === "iframe" ? <iframe src={src} title={title} style={{
  width: "100%",
  height: "100%",
  border: 0,
  borderRadius: "12px"
}} allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowFullScreen /> : <video controls autoPlay muted loop playsInline src={src} title={title} style={{
  width: "100%",
  height: "auto",
  display: "block",
  borderRadius: "12px"
}} />}
  </div>;

export const StatGrid = ({children}) => <div className="didit-stat-grid">
    {children}
  </div>;

export const StatCard = ({value, label}) => <div className="didit-stat-card">
    <span className="didit-stat-value">{value}</span>
    <span className="didit-stat-label">{label}</span>
  </div>;

export const SectionHeader = ({label, title, description, align = "left"}) => <div className="didit-section-header" style={{
  textAlign: align,
  alignItems: align === "center" ? "center" : "flex-start"
}}>
    {label && <p className="didit-section-label">{label}</p>}
    <h2 className="didit-section-title">{title}</h2>
    {description && <p className="didit-section-desc">{description}</p>}
  </div>;

export const FeatureGrid = ({cols = 3, children}) => <div className="didit-feature-grid" style={{
  "--grid-cols": cols
}}>
    {children}
  </div>;

export const FeatureCard = ({icon, title, description, href}) => {
  const inner = <div className="didit-feature-card">
      {icon && <div className="didit-feature-card-icon">
          <Icon icon={icon} size={20} />
        </div>}
      <div className="didit-feature-card-content">
        <h3 className="didit-feature-card-title">{title}</h3>
        {description && <p className="didit-feature-card-desc">{description}</p>}
      </div>
      {href && <div className="didit-feature-card-arrow">
          <Icon icon="arrow-right" size={14} />
        </div>}
    </div>;
  if (href) {
    return <a href={href} style={{
      textDecoration: "none",
      color: "inherit",
      display: "block",
      border: "none",
      boxShadow: "none"
    }}>{inner}</a>;
  }
  return inner;
};

## The most frictionless and secure identity verification platform

<VideoEmbed src="https://www.youtube.com/embed/h0i9Q0-izcw?rel=0&playsinline=1" title="Didit Platform Overview" />

Government-validated · Sub-2s inference · 220+ countries · \$0.30/check. Didit is an all-in-one identity platform that lets humans prove who they are starting with a face scan. It powers the fastest identity verification in the market, fights fraud by default, and unifies all identity checks with simple pay-per-use pricing.

<StatGrid>
  <StatCard value="220+" label="Countries & territories" />

  <StatCard value="14,000+" label="Document types" />

  <StatCard value="50+" label="Languages" />

  <StatCard value="<2s" label="Real-time inference (p99)" />
</StatGrid>

<SectionHeader label="Outcomes" title={<>Companies integrating Didit <span>achieve</span></>} description="Real results from production customers, improving every day." />

<StatGrid>
  <StatCard value="−80%" label="False positives & manual reviews" />

  <StatCard value="95%" label="Fraud reduction" />

  <StatCard value="3×" label="Faster time to verify" />

  <StatCard value="−70%" label="Identity verification costs" />
</StatGrid>

<SectionHeader label="Built for the AI era" title={<>Identity verification for the <span>AI era</span></>} description="Four pillars that separate Didit from pre-AI legacy providers." />

<FeatureGrid cols={2}>
  <FeatureCard icon="building-columns" title="Government-validated security" description="Validated by the Spanish Treasury, SEPBLAC, and CNMV. Only provider to receive this government validation after a year-long test by financial regulators." />

  <FeatureCard icon="gauge-high" title="Sub-2-second inference" description="p99 real-time inference under 2 seconds. Full KYC flows complete in under 30 seconds — 3× faster than the market." />

  <FeatureCard icon="code" title="Developer-first & agent-native" description="Self-serve sandbox, one-prompt SDK integration via Claude Code or any AI agent, and a live MCP server for agentic flows." />

  <FeatureCard icon="money-bill" title="$0.30/check · volume discounts" description="Transparent per-check pricing, 500 free checks/month, and volume discounts. No minimums, no sales calls, no contracts." />
</FeatureGrid>

<SectionHeader label="How you integrate" title={<>Open, programmable, and <span>transparent</span></>} description="Used by 20+ industries because of our flexibility — from sandbox to production in minutes." />

<FeatureGrid cols={3}>
  <FeatureCard icon="user" title="Self-serve from minute one" description="No sales calls, no contracts, no minimums." href="https://business.didit.me" />

  <FeatureCard icon="cube" title="60-second sandbox" description="Live at business.didit.me instantly." href="/getting-started/quick-start" />

  <FeatureCard icon="wand-magic-sparkles" title="Integration with one prompt" description="Claude Code or any AI agent wires Didit in a single prompt." href="/integration/ai-agent-integration" />

  <FeatureCard icon="plug" title="Agent Skills & MCP server" description="AI-native identity verification for agentic workflows." href="/integration/ai-agent-integration" />

  <FeatureCard icon="code-branch" title="SDKs for every platform" description="Web, iOS, Android, React Native, Flutter." href="/integration/sdks" />

  <FeatureCard icon="palette" title="White-label customization" description="Full UI to match your brand and custom domain." href="/console/white-label" />
</FeatureGrid>

<CardGroup cols={2}>
  <Card title="Quick Start" icon="rocket" href="/getting-started/quick-start">
    Go from zero to first live verification in 3 simple steps.
  </Card>

  <Card title="API Authentication" icon="key" href="/getting-started/api-authentication">
    Learn how to authenticate your API requests with x-api-key.
  </Card>

  <Card title="Webhooks" icon="webhook" href="/integration/webhooks">
    Receive real-time verification status updates.
  </Card>

  <Card title="SDKs" icon="code" href="/integration/sdks">
    Web, iOS, Android, auth engines, and platform integrations.
  </Card>
</CardGroup>

<SectionHeader label="Product lines" title={<>From onboarding to <span>continuous trust</span></>} description="One platform covering the entire identity lifecycle — onboard, verify, monitor, and screen." />

<FeatureGrid cols={2}>
  <FeatureCard icon="user-plus" title="User Verification (KYC)" description="Customer onboarding (KYC/AML), revalidation and re-verification, employee lifecycle, and biometric 2FA. 14,000+ document types, 220+ countries." href="/sessions-api/overview" />

  <FeatureCard icon="building" title="Business Verification (KYB)" description="Company registry lookup, UBO and ownership, officers and directors, entity and person-level AML, and document collection — all from a single workflow." href="/business-verification/overview" />

  <FeatureCard icon="arrow-right-arrow-left" title="Transaction Monitoring" description="Real-time transaction screening with rule-based scoring, velocity checks, AML screening, case management, travel rule messaging, and automated remediation." href="/transaction-monitoring/overview" />

  <FeatureCard icon="link" title="Wallet Screening (KYT)" description="Crypto screening — wallet risk scoring, source-of-funds analysis, exposure graphs, and sanctions and mixer exposure. BYOK pricing from $0.02/check." href="/transaction-monitoring/aml-screening" />
</FeatureGrid>

<SectionHeader label="Sessions" title={<>Hosted verification <span>flows</span></>} description="Our preferred integration method. Hosted sessions are optimized with A/B testing for onboarding rate, speed, and security — plus AI-powered UX, charge optimization, and more." />

<FeatureGrid cols={2}>
  <FeatureCard icon="play" title="Create Session" description="Start a verification session programmatically and get a unique URL for your users." href="/sessions-api/create-session" />

  <FeatureCard icon="diagram-project" title="Workflow Builder" description="Design no-code verification flows with drag-and-drop. Combine ID, liveness, AML, and more." href="/console/workflows" />

  <FeatureCard icon="magnifying-glass" title="Retrieve Session" description="Get the full verification result including all decisions and extracted data." href="/sessions-api/retrieve-session" />

  <FeatureCard icon="bell" title="Webhooks" description="Receive real-time notifications when verification status changes." href="/integration/webhooks" />
</FeatureGrid>

<SectionHeader label="Standalone APIs" title={<>Call any check <span>directly</span></>} description="No session required. Send a request, get a result. Perfect for backend-to-backend integrations." />

<FeatureGrid cols={3}>
  <FeatureCard icon="id-card" title="ID Verification" description="Verify identity documents across 220+ countries and 14,000+ document types with AI-powered OCR." href="/standalone-apis/id-verification" />

  <FeatureCard icon="face-smile" title="Passive Liveness" description="Detect deepfakes, masks, and spoofing attacks with a single selfie — no user interaction needed." href="/standalone-apis/passive-liveness" />

  <FeatureCard icon="user-check" title="Face Match (1:1)" description="Compare a selfie to an ID photo and get a similarity score in milliseconds." href="/standalone-apis/face-match" />

  <FeatureCard icon="shield-check" title="AML Screening" description="Screen against global sanctions, PEP, watchlists, and adverse media databases in real time." href="/standalone-apis/aml-screening" />

  <FeatureCard icon="cake-candles" title="Age Estimation" description="Estimate a user's age from a selfie with built-in liveness check." href="/standalone-apis/age-estimation" />

  <FeatureCard icon="house" title="Proof of Address" description="Verify residential address documents with automatic data extraction." href="/standalone-apis/proof-of-address" />
</FeatureGrid>

<SectionHeader label="Core Technology" title={<>Deep-dive into each <span>module</span></>} description="Understand how each verification technology works, what data it returns, and how to interpret results." />

<FeatureGrid cols={3}>
  <FeatureCard icon="passport" title="ID Verification" description="14,000+ document types, 50+ languages, AI-powered OCR and authenticity checks." href="/core-technology/id-verification/overview" />

  <FeatureCard icon="video" title="Liveness Detection" description="Active and passive liveness detection to prevent spoofing and presentation attacks." href="/core-technology/liveness/overview" />

  <FeatureCard icon="magnifying-glass" title="AML Screening" description="Sanctions, PEP, adverse media, and continuous monitoring with risk scoring." href="/core-technology/aml-screening/overview" />

  <FeatureCard icon="microchip" title="NFC Verification" description="Read cryptographic data directly from e-passport and e-ID NFC chips." href="/core-technology/nfc-verification/overview" />

  <FeatureCard icon="database" title="Database Validation" description="Validate identity data against authoritative government and commercial databases." href="/core-technology/database-validation/overview" />

  <FeatureCard icon="recycle" title="Reusable KYC" description="Share verification results across partners — no re-verification needed." href="/core-technology/reusable-kyc/overview" />
</FeatureGrid>

***

## Need Help?

Our team is available to help you get up and running.

<CardGroup cols={2}>
  <Card title="WhatsApp Support" icon="comments" href="https://wa.me/+19544659728">
    Fastest response — reach us directly on WhatsApp.
  </Card>

  <Card title="Email" icon="envelope" href="mailto:hello@didit.me">
    Send us an email at [hello@didit.me](mailto:hello@didit.me).
  </Card>
</CardGroup>
