Skip to main content
Didit 融资 750 万美元,打造身份与欺诈基础设施
Didit
开发者

集成
身份与欺诈检测的最佳方式。

打开沙盒,粘贴一行 curl 命令,5 分钟内即可上线。提供公开文档、五款 Software Development Kits (SDKs) 和一个 Model Context Protocol (MCP) 服务器,让 Artificial Intelligence (AI) 编码代理为您集成 Didit。每次完整 KYC 检查仅需 $0.33,每月免费 500 次。

投资方
Y CombinatorRobinhood Ventures
Firecrawl
Slash
Crnogorski Telekom
UCSF Neuroscape
Bit2Me
Shiply

全球2,000多家组织信赖。

快速开始

五分钟内完成验证。

从注册到首位用户验证,仅需五步。每一步都将业务控制台路径与程序化 Application Programming Interface (API) 路径配对。或者跳过所有步骤, 将集成提示粘贴到您的 AI 编码代理中,地址是 docs.didit.me/integration/integration-prompt。
01 · 注册

创建您的 Didit 账户。

  • 在业务控制台:business.didit.me 注册,不到 60 秒, 无需银行卡,无销售门槛。
  • 通过 Application Programming Interface (API): 调用 POST https://apx.didit.me/auth/v2/programmatic/register/,然后调用 POST .../verify-email/

无论哪种方式,您都将获得一个沙盒 API 密钥, 与生产环境相同,所有模块均已解锁。

程序化注册 API
生产 API 密钥
实时
9bf3

即时签发, 无需银行卡、合同或电话。

  • 无最低消费
  • 无合同
  • 每月 500 次免费
  • 开放沙盒
02 · 构建工作流

选择模块。组合工作流。

  • 在业务控制台: 将模块拖放到工作流构建器中, 包括身份文档验证、被动活体检测、人脸匹配、反洗钱 (AML)、钱包筛选、Internet Protocol (IP) 分析以及其他 19 个模块。
  • 通过 API: 调用 verification.didit.me 上的 POST /v3/workflows/,并附带您需要的模块。

无论哪种方式,都将返回一个 workflow_id,您将在每个会话中传递该 ID。

创建工作流 API
工作流kyc-onboarding-v3
220+ 国家/地区
  • ID Verification
  • Passive Liveness
  • Face Match 1:1
  • AML Screening
  • Device & IP Analysis
  • 地址证明
  • NFC 读取
  • 电话验证
  • 钱包筛选
  • 自定义问卷
+ 15 个模块 · 1,000+ 数据源$0.33/会话
03 · 注册 Webhook

为每个判决配置一个 webhook 目的地。

  • 在业务控制台: 添加您的 webhook Uniform Resource Locator (URL),选择事件,并复制 Didit 生成的签名密钥。
  • 通过 API: 调用 POST /v3/webhook/destinations/,并附带 labelurlsubscribed_events。响应将返回 Didit 用于签署每次交付的 secret_shared_key
创建 Webhook 目标 API
REST · OpenAPI 3
docs.didit.me
  • POST/v3/session/38ms201
  • GET/v3/session/{id}/decision/24ms200
  • PATCH/v3/session/{id}/update-status/31ms200
  • GET/v3/session/{id}/generate-pdf52ms200
  • POST/v3/lists/{id}/entries/face-upload/44ms201
  • POST/v3/transactions/29ms201

所有端点开放 · 每个 webhook 均经 HMAC 签名。

04 · 集成到您的应用

创建会话, 通过软件开发工具包 (SDK) 或直接 API。

  • 使用 Software Development Kit (SDK): 嵌入适用于 Web、iOS、Android、React Native 或 Flutter 的原生 SDK, 底层采用相同的 /v3/ 契约。
  • 通过 API: 调用 POST /v3/session/,并附带 workflow_idvendor_data 值(您的用户标识符)。

响应将为您提供一个验证 URL,用于重定向或嵌入到您的应用中。

查看 SDK
POSThttps://verification.didit.me/v3/session/
curl
$ curl -X POST /v3/session/ \
  -H "x-api-key: $DIDIT_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "workflow_id": "3daf4c64-...",
    "vendor_data": "u_42",
    "callback": "https://acme.com/webhook"
  }'
201已创建
{ "session_id": "4c5c7f3a-...", "url": "verify.didit.me/..." }
05 · 接收结果

监听 webhook, 或轮询。

  • 实时 Webhook: 您的端点会在每次状态更改时触发。读取 status"Approved""Declined""In Review""Resubmitted" 等),更新您的数据库,然后部署。
  • 通过轮询: 调用 GET /v3/session/:session_id/decision/ 以获取相同的负载, 当您的技术栈无法接受入站流量时非常有用。

状态字符串精确且区分大小写。完整的状态机请参见 docs.didit.me/integration/verification-statuses

验证状态
事件
live
  • session.verified2.4s ago200 OK
  • session.review_started12s ago200 OK
  • session.aml_hit1m ago200 OK
  • session.declined3m ago200 OK
使用 Didit 构建

所有界面公开。零销售电话。

阅读文档、调用 Application Programming Interface (API)、接入 Model Context Protocol (MCP) 服务器、粘贴集成提示,或部署预构建的代理技能, 全部公开,全部免费。
文档

查找所有模块、端点和 Webhook。

快速入门

5 分钟内上线 KYC 流程。

API 参考

阅读 OpenAPI 3.1 规范。

SDKs

嵌入到 Web、iOS、Android、React Native 或 Flutter。

Webhooks

在每次状态更改时接收 HMAC 签名的事件。

验证状态

阅读完整的会话状态机。

集成提示

粘贴一个提示。完成 KYC 集成。

MCP 服务器

将 Didit 接入任何 MCP 客户端。

代理技能

预构建的验证、AML 和 KYB 技能。

五分钟集成

一个 curl 命令。五个 SDK。

通过一个 curl 命令启动验证会话,或将流程嵌入到 Web、iOS、 Android、React Native 或 Flutter 中, 底层都是相同的 /v3/ 契约。
POSThttps://verification.didit.me/v3/session/
curl
$ curl -X POST /v3/session/ \
  -H "x-api-key: $DIDIT_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "workflow_id": "3daf4c64-...",
    "vendor_data": "u_42",
    "callback": "https://acme.com/webhook"
  }'
201已创建
{ "session_id": "4c5c7f3a-...", "url": "verify.didit.me/..." }
WebiOSAndroidReact NativeFlutter
npmWeb · v1.4.0
面向开发者 · 面向 AI 代理 · 开放式设计

专为开发者和 AI 代理打造。

通过一个 Application Programming Interface (API) 集成 Didit 身份和欺诈检测。打开沙盒,阅读公开文档,接入 Model Context Protocol (MCP) 服务器,或为任何技术栈拉取 Software Development Kit (SDK)。开发者可在半天内完成部署;AI 编码代理只需一个提示即可部署, 无需 UI,无需人工干预,无需销售电话,无最低消费。
01 · 统一 API

一个 API 搞定身份和欺诈。

一个应用程序编程接口 (API) 涵盖所有身份和欺诈检查, 了解您的客户 (KYC)、了解您的业务 (KYB)、反洗钱 (AML)、交易监控、生物识别匹配。相同的密钥,相同的工作流引擎,可在单个会话中串联使用, 产品之间无需额外的集成工作。
阅读 API 文档
02 · 代理原生

通过单个提示集成。

我们的模型上下文协议 (MCP) 服务器已上线,代理技能已发布。让 Claude Code、Codex 或 Cursor 集成 Didit, 代理会自行创建工作区、配置工作流并发出第一个 API 调用。无需仪表板,无需人工,无需支持工单。
阅读集成提示
MCP
Agent is working…
Created workspaceneobank-prod
Configured workflowIDSelfieAML
Shipped first API callPOST /v3/session · 201 Created
03 · 模块化

任意流程。任意国家。任意用例。

通过25+模块、1,000+政府数据源、220+国家、14,000+文档类型和48+语言,组合任意流程。同一个编排器可运行生物识别认证、新银行的KYC、B2B金融科技的KYB、加密货币交易所的Travel Rule,或市场持续的AML, 您选择检查项和顺序。
查看所有模块
工作流neobank-kyc-v3
220+ 国家/地区
ID Verification
AML Screening
Face Match 1:1
Business Verification
Passive Liveness
Key People (UBO)
NFC Reading
Proof of Address
Device & IP Analysis
Phone Verification
Wallet Screening
Age Estimation
+ 20 more modules · 1,000+ data sources$0.33/session
04 · 自助服务

无付费墙。无销售电话。即刻体验。

沙盒从第一分钟起就开放。文档和API公开,代码与您之间没有演示门槛。注册、获取密钥,当天即可上线。我们的销售团队随时待命,绝不设限。
试用沙盒
生产 API 密钥
实时
9bf3

即时签发, 无需银行卡、合同或电话。

  • 无最低消费
  • 无合同
  • 每月 500 次免费
  • 开放沙盒
05 · 按用量计费

按使用量付费。就是这么简单。

Didit比现有KYC供应商便宜3-5倍,所有价格都在/pricing公开, 全套KYC捆绑包$0.33,钱包筛选$0.15,设备和IP分析$0.03,每月500次免费验证。无最低消费,无年度合同,无超额意外费用, 页面上的价格就是发票上的价格。
查看所有价格
公开价格表
/pricing
  • ID Verification$0.15
  • Passive Liveness$0.10
  • Face Match 1:1$0.05
  • AML Screening$0.20
  • Device & IP Analysis$0.03
  • 钱包筛选 (KYT)$0.15
完整 KYC 套餐$0.00

每月 500 次免费 · 无最低消费 · 无年度合同。

06 · 开放基础设施

开放API。在此基础上构建。

每个端点都开放并有文档, 更改会话状态、拉黑人脸、下载决策PDF、编辑工作流或查询事件日志。Webhooks使用基于哈希的消息认证码 (HMAC) 签名,因此您可以证明每个事件都来自我们。Didit是基础设施,而非封闭应用。
浏览API
REST · OpenAPI 3
docs.didit.me
  • POST/v3/session/38ms201
  • GET/v3/session/{id}/decision/24ms200
  • PATCH/v3/session/{id}/update-status/31ms200
  • GET/v3/session/{id}/generate-pdf52ms200
  • POST/v3/lists/{id}/entries/face-upload/44ms201
  • POST/v3/transactions/29ms201

所有端点开放 · 每个 webhook 均经 HMAC 签名。

07 · SDKs

适用于所有平台的SDK。

适用于各种技术栈的软件开发工具包 (SDK), Web、iOS、Android、React Native、Flutter。后端提供REST API、签名webhooks、OpenAPI 3规范,以及现成的Zapier、Shopify和Salesforce集成。每个界面都附带示例、类型和5分钟快速入门指南。
浏览SDKs
WebiOSAndroidReact NativeFlutter
npmWeb · v1.4.0
08 · 规模优化基础设施

市场上最快的验证。

99%的验证在2秒内端到端完成, 这是生产环境实测数据,而非PPT宣称。我们目标是99.99%的服务水平协议 (SLA),过去12个月保持100%正常运行时间,从未发生过数据泄露。针对各种设备和网络(iPhone、Android、桌面、平板、5G或2G)进行优化,每月已运行数百万次验证。
查看实时状态
端到端延迟 · 30 天
99.99% SLA
  • p500.00s
  • p950.00s
  • p990.00s

市场最快验证 · iPhone、Android、桌面、平板、5G 或 2G。

三个层级,一份价目表

免费开始。按使用量付费。可扩展至企业级。

每月 500 次免费验证,永久有效。生产环境按量付费。企业版提供定制合约、数据驻留和 SLA (Service Level Agreements)。
免费

免费

每月 $0。无需信用卡。

  • 免费 KYC 套件(身份验证 + 被动活体检测 + 人脸匹配 + 设备与 IP 分析), 每月 500 次,永久有效
  • 黑名单用户
  • 重复检测
  • 每次会话 200+ 欺诈信号
  • Didit 网络中可重复使用的 KYC
  • 案件管理平台
  • 工作流构建器
  • 公开文档、沙盒、SDK、MCP(模型上下文协议)服务器
  • 社区支持
最受欢迎
按用量付费

按用量计费

按实际用量付费。25+模块。公开的模块定价,无每月最低费用。

  • 完整KYC $0.33(身份+生物识别+IP/设备)
  • 10,000+ AML数据集, 制裁、PEP、负面媒体
  • 1,000+ 政府数据源用于数据库验证
  • 交易监控 $0.02/笔交易
  • 实时KYB $2.00/家企业
  • 钱包筛选 $0.15/次检查
  • 白标验证流程, 您的品牌,我们的基础设施
企业版

企业版

定制MSA和SLA。适用于大批量和受监管项目。

  • 年度合同
  • 定制MSA、DPA和SLA
  • 专属Slack和WhatsApp频道
  • 按需人工审核员
  • 经销商和白标条款
  • 独家功能和合作伙伴集成
  • 指定CSM、安全审查、合规支持

免费开始 → 仅在检查运行时付费 → 解锁企业版以获取定制合约、SLA 或数据驻留。

FAQ

开发者问题解答。

这些是我们集成沟通时提供给工程团队的答案。其他问题请发送至 support@didit.me。
How do I integrate Didit?

Five steps from signup to first verdict.

  • Create your account at business.didit.me, or call POST https://apx.didit.me/auth/v2/programmatic/register/.
  • Build a workflow in the Business Console, or call POST /v3/workflows/.
  • Register a webhook destination via the console, or call POST /v3/webhook/destinations/ (Didit returns the signing secret in the response).
  • Create a session with POST /v3/session/, passing workflow_id and vendor_data (your user identifier). Redirect the user to the returned URL, or drop in a native Software Development Kit (SDK) on the same /v3/ contract.
  • Receive the verdict on the signed webhook, or poll GET /v3/session/:session_id/decision/.

One /v3/ Application Programming Interface (API) covers Know Your Customer (KYC), Know Your Business (KYB), Transaction Monitoring, and Wallet Screening (KYT, know your transaction). 500 verifications free every month, forever, no credit card.

Is there a sandbox I can play with right now?

Yes, under sixty seconds, no credit card. Sign up at business.didit.me (or register programmatically with POST https://apx.didit.me/auth/v2/programmatic/register/) and you land in a sandbox workspace with a real Application Programming Interface (API) key.

  • Same shape as production, deterministic decisions, every module unlocked.
  • Real /v3/ endpoints, real webhooks, real document samples.
  • Switch to live whenever you are ready, same keys, same Uniform Resource Locators (URLs), same contract.
Which Software Development Kits (SDKs) do you ship?

Five first-party SDKs, all open-source, all on public docs:

  • Web, JavaScript / TypeScript, framework-agnostic, iframe embed or hosted-flow redirect.
  • iOS, Swift, distributed as XCFramework.
  • Android, Kotlin, via Maven Central.
  • React Native, TypeScript bindings on top of native modules (TurboModules).
  • Flutter, Dart wrapper around the same native SDKs.

Every SDK calls the same /v3/ contract under the hood, so you can mix and match, Web on your site, native on mobile. Reference at docs.didit.me/integration/web-sdks/overview.

How do webhooks work?

Register one destination; Didit signs every delivery.

  • Configure your endpoint via the Business Console, or call POST /v3/webhook/destinations/ with label, url, and subscribed_events.
  • Didit returns a secret_shared_key in the response. Use it to verify the Hash-based Message Authentication Code (HMAC)-SHA256 signature on every incoming webhook (header: X-Signature-V2).
  • Each payload carries an exact, case-sensitive status, "Approved", "Declined", "In Review", "Resubmitted", and more. Full state machine at docs.didit.me/integration/verification-statuses.
  • Retries use exponential backoff until you return 2xx; every delivery is logged and replayable on demand from the console.

Full reference at docs.didit.me/integration/webhooks.

What are the rate limits, and what happens at scale?

Generous defaults on every plan, tuned upward per account.

  • Free tier, sandbox plus 500 production checks every month, forever.
  • Pay-per-usage, burst limits scale automatically with sustained volume. You will not hit a wall mid-launch.
  • Enterprise, custom rate limits, dedicated capacity, and uptime commitments in the Master Services Agreement (MSA). Talk to us at support@didit.me.

Target capacity per region at status.didit.me. 100% real uptime over the last 6 months across millions of verifications a month.

Can I integrate with Claude Code, Cursor, or other AI coding tools?

Yes, paste one prompt and ship. Drop the canonical integration prompt at docs.didit.me/integration/integration-prompt into Claude Code, Cursor, Codex, Devin, Aider, or Replit Agent. The agent provisions the workflow, wires the webhook, and runs a smoke test end-to-end.

Agent-initiated sessions pay the same public price as direct API calls, $0.33 per full Know Your Customer (KYC), $0.15 per standalone Identity Document Verification, $0.15 per wallet screen. Free, no extra setup, works with any Model Context Protocol (MCP)-aware client.

Where is the changelog, and how do you version the API?

Monthly release notes at `docs.didit.me/changelog`, every shipped module, every webhook event added, every breaking change called out.

  • The OpenAPI 3.1 specification at docs.didit.me/openapi-25.json is versioned alongside the docs. Import it into Postman or generate clients in any language.
  • Versioning is additive by default. New fields, new optional parameters, and new webhook events ship without a version bump. Breaking changes get a new /v4/ namespace and a published deprecation window.
  • We never silently change a field's meaning, if a verdict shape, signature scheme, or status enum changes, it ships behind a header and is announced before cut-over.
How do I monitor uptime and what is the incident process?

`status.didit.me` publishes real-time uptime and incident history per region, verification, webhooks, console, docs. No login required.

  • Subscribe via Really Simple Syndication (RSS), email, or webhook for outage alerts.
  • Track record: 100% real uptime over the last 6 months; 99.99% availability target in the Service Level Agreement (SLA).
  • Every incident gets a public post-mortem on the same page.
  • Enterprise contracts add a named on-call engineer, a dedicated Slack or Microsoft Teams shared channel, and incident-severity Service Level Objectives in the Master Services Agreement (MSA).

身份与欺诈基础设施。

一个 API 即可实现 KYC、KYB、交易监控和钱包筛选。5 分钟即可集成。

让 AI 总结此页面