Lewati ke konten utama
Didit Mengumpulkan $2 Juta dan Bergabung dengan Y Combinator (W26)
Didit
Alur kerja identitas tanpa kode

Susun alur identitas tanpa menulis kode. Ubah aturan tanpa melakukan redeploy.

Seret-dan-lepas KYC, AML, KYB, peningkatan biometrik. Cabang berdasarkan sinyal. Uji A/B. Versi dengan aman. Bayar hanya untuk modul yang diselesaikan — Pembuat Alur Kerja itu sendiri gratis.

Didukung oleh
Y Combinator
GBTC Finance
Bondex
Crnogorski Telekom
UCSF Neuroscape
Shiply
Adelantos

Dipercaya oleh 2.000+ organisasi di seluruh dunia.

Ilustrasi pembangun alur kerja visual tanpa kode abstrak gelap sinematik — empat panel kaca tembus pandang mengambang dalam perspektif 3D di atas warna hitam pekat, dihubungkan oleh garis Didit Biru yang bercahaya dan dibingkai oleh empat braket pemindai yang bersinar. Setiap panel membawa motif abstrak putih pucat kecil yang mewakili kanvas alur kerja (fragmen grafik node-dan-tepi, pegangan seret, percabangan, kisi kanvas).

Apa yang harus dimiliki oleh pemilik produk

Aturan berubah setiap minggu. Aplikasi Anda seharusnya tidak.

Seret modul ke kanvas, hubungkan dengan tepi, tambahkan percabangan, publikasikan versi, serahkan workflow_id ke aplikasi Anda. Ketika aturan berubah, manajer produk mengedit draf dan mempublikasikan — tidak ada tiket rekayasa, tidak ada penerapan ulang. Integrasi tetap satu `POST /v3/session/` saja.

Cara kerjanya

Dari pendaftaran hingga pengguna terverifikasi dalam empat langkah.

  1. Langkah 01

    Buat alur kerja

    Pilih pemeriksaan yang Anda inginkan — ID, keaktifan, pencocokan wajah, sanksi, alamat, usia, telepon, email, pertanyaan khusus. Seret ke dalam alur di dasbor, atau kirim alur yang sama ke API kami. Cabang berdasarkan kondisi, jalankan tes A/B, tidak perlu kode.

  2. Langkah 02

    Integrasikan

    Sematkan secara native dengan Web, iOS, Android, React Native, atau Flutter SDK kami. Arahkan ke halaman yang di-host. Atau cukup kirim tautan kepada pengguna Anda — melalui email, SMS, WhatsApp, di mana saja. Pilih yang sesuai dengan tumpukan Anda.

  3. Langkah 03

    Pengguna melewati alur

    Didit meng-host kamera, isyarat pencahayaan, serah terima seluler, dan aksesibilitas. Saat pengguna berada dalam alur, kami menilai 200+ sinyal penipuan secara real time dan memverifikasi setiap bidang terhadap sumber data otoritatif. Hasil dalam waktu kurang dari dua detik.

  4. Langkah 04

    Anda menerima hasilnya

    Webhook yang ditandatangani secara real-time menjaga database Anda tetap sinkron saat pengguna disetujui, ditolak, atau dikirim untuk ditinjau. Lakukan polling API sesuai permintaan. Atau buka konsol untuk memeriksa setiap sesi, setiap sinyal, dan mengelola kasus sesuai keinginan Anda.

Dibangun untuk pemilik produk · Harga seperti infrastruktur

Enam primitif. Pembuat Alur Kerja gratis.

Bayar hanya untuk modul yang benar-benar dijalankan setiap sesi. Kanvas, percabangan, template, pengujian A/B, pembuatan versi — semuanya termasuk.
01 · Kanvas seret-lepas

Setiap modul Didit adalah sebuah node.

Seret ID, Liveness, Pencocokan Wajah, Pencarian Wajah, Perangkat + IP, AML, NFC, Bukti Alamat, KYB, Penyaringan Dompet, Kuesioner ke kanvas. Hubungkan tepi. Selesai.
Orkestrator Alur Kerja
02 · Percabangan kondisional

Jika ini · maka itu. Bersarang sedalam yang Anda butuhkan.

Cabang pada sinyal apa pun — deteksi VPN / Tor, negara penerbitan, usia, hit AML, pengguna kembali, skor penipuan, jenis dokumen. Tidak ada batas kedalaman. Edit cabang tanpa menerapkan ulang aplikasi.
Modul Verifikasi Pengguna
03 · 11 template awal

Mulai dari alur kerja yang berfungsi.

ID + Pencocokan Wajah, ID + Liveness + Pencocokan Wajah ($0.33 KYC), ID + IP berbasis risiko, Telepon berbasis risiko, Tinjauan negara berisiko tinggi, Dua-ID, Verifikasi pengemudi, Verifikasi Perusahaan UE (KYB), dan lainnya — aktifkan atau nonaktifkan modul.
Orkestrator alur kerja
04 · Pengujian A/B bawaan

Ukur varian · promosikan pemenang.

Pisahkan lalu lintas di seluruh varian alur kerja — Liveness Pasif vs Aktif, layar masuk aktif vs nonaktif, AML saat melamar vs AML pada transaksi pertama. ID varian dikirim pada setiap webhook sehingga analitik mengikat campuran putusan ke varian.
Dokumen webhook
05 · Pembuatan versi

Draf dapat diedit. Yang dipublikasikan tidak dapat diubah.

Edit draf dengan bebas; publikasi membuat versi yang tidak dapat diubah. Sesi selalu merujuk versi persisnya, sehingga sesi sebelumnya sepenuhnya dapat direproduksi untuk audit. Versi sebelumnya disimpan selamanya.
Modul Penyaringan AML
06 · Satu kontrak /v3/

SDK, server MCP, UI yang di-hosting — workflow_id yang sama.

Teruskan workflow_id ke POST /v3/session/. Didit menangani orkestrasi sisi server dan mengembalikan webhook yang ditandatangani. Server Didit MCP (Model Context Protocol) memungkinkan agen AI membuat dan mengedit alur kerja secara terprogram.
Solusi Identitas Agen AI
Integrasikan

Satu sesi. Satu workflow_id. Setiap cabang ditangani.

Buat alur kerja sekali. Publikasikan. Serahkan workflow_id ke aplikasi Anda. Didit mengorkestrasi.
POST /v3/session/Alur kerja
$ curl -X POST https://verification.didit.me/v3/session/ \
  -H "x-api-key: $DIDIT_API_KEY" \
  -d '{
    "workflow_id": "wf_signup_v12",
    "vendor_data": "user-42",
    "callback": "https://app/cb"
  }'
201DibuatDidit memandu pengguna melalui setiap cabang di sisi server.
Edit alur kerja di Konsol — aplikasi Anda tidak di-deploy ulang.dokumen →
POST /v3/workflows/Susun
$ curl -X POST https://verification.didit.me/v3/workflows/ \
  -H "x-api-key: $DIDIT_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "workflow_label": "Pendaftaran KYC",
    "fitur": [
      { "fitur": "OCR" },
      { "fitur": "LIVENESS" },
      { "fitur": "FACE_MATCH" },
      { "fitur": "AML" }
    ]
  }'
201DibuatMengembalikan uuid alur kerja · siap digunakan sebagai workflow_id.
Urutan fitur linier. Bentuknya sama dengan pembuat Konsol.dokumen →
Integrasi siap agen

Kirim alur kerja identitas tanpa kode dalam satu perintah.

Tempelkan ke Claude Code, Cursor, Codex, Devin, Aider, atau Replit Agent. Isi modul + cabang Anda. Agen menyusun alur kerja, menerbitkan versi, dan menghubungkan webhook yang ditandatangani ke aplikasi Anda.
didit-integration-prompt.md
You are integrating Didit's no-code Workflow Builder into a product. The product manager, the compliance officer, or the founder can change identity rules in the Business Console; your app only ever hands Didit a workflow_id, gets a verdict back, and routes the user.

Three pillars:

  1. Compose the workflow in the visual builder — drag ID, Liveness, Face Match, AML, NFC, KYB modules onto the canvas, connect them with edges, add conditional branches.
  2. Publish a version — the published version is immutable; sessions reference the exact version they were created with.
  3. Open POST /v3/session/ with the published workflow_id. Didit handles every module and every branch server-side.

Cost:
  - Pay per completed module per session (e.g. ID $0.15 + Liveness $0.10 + Face Match $0.05 + AML $0.20 = $0.50, or bundle = $0.33)
  - Workflow Builder itself is free
  - MCP server (for AI coding agents to manage workflows programmatically) is free, included
  - First 500 verifications free every month, forever

PRE-REQUISITES
  - Production API key from https://business.didit.me (sandbox key in 60s, no card).
  - Webhook endpoint with HMAC SHA-256 verification using the X-Signature-V2 header and your webhook secret.
  - Access to the Business Console's Workflow Builder (every account has it).
  - The 11 seeded templates are a good starting point:
      "ID + Face Match"
      "ID + Liveness + Face Match" (the $0.33 KYC bundle)
      "ID + IP risk-based" (extra Liveness on VPN / Tor)
      "Phone risk-based verification"
      "High-risk country review"
      "Two ID documents"
      "Driver verification"
      "EU Company Verification" (KYB)
      ... plus four more
  - Plus "Start from Scratch" for fully bespoke flows.

STEP 1 — Compose the workflow

  Console → Workflows → New → pick a template OR Start from Scratch:
    - Drag modules from the sidebar onto the canvas
    - Connect them with edges (the user moves left-to-right through them)
    - Add branching conditions (right-click a node → Add condition)
    - Set per-workflow options: Include custom style (white label), retention override, callback URL

  Click Save Draft. The draft is fully editable; only published versions are immutable.

STEP 2 — Publish a version

  Click Publish on the draft. The version receives a number (v1, v2, v3…) and becomes immutable.

  Versioning rules:
    - Sessions reference the exact published version they were created with
    - You can iterate on a new draft while sessions on the old version continue to use it
    - Past versions are kept; you can inspect any past session's configuration
    - To change a published workflow, create a new draft from it, edit, publish

STEP 3 — Open a session with the workflow_id

  POST https://verification.didit.me/v3/session/
  Headers:
    x-api-key: <your api key>
    Content-Type: application/json
  Body:
    {
      "workflow_id": "<your published workflow id>",
      "vendor_data": "<your user id, max 256 chars>",
      "callback": "https://<your-app>/identity/callback"
    }

  Response: 201 Created with the hosted session URL. Didit walks the user through every module and every branch defined in the workflow.

STEP 4 — Read the signed webhook on completion

  Didit POSTs to your callback when the session reaches a terminal status. Session statuses are Title Case With Spaces:

  Body (excerpted):
    {
      "session_id": "<uuid>",
      "workflow_id": "<the workflow id>",
      "workflow_version": "<v3>",
      "vendor_data": "<your user id>",
      "status": "Approved",
      "id_verification": { "status": "Approved" },
      "liveness": { "status": "Approved" },
      "face": { "status": "Approved", "similarity_score": 0.94 },
      "aml": { "status": "Approved", "hits": [] }
    }

  Status enum (exact case): Approved | Declined | In Review | Resubmitted | Expired | Not Finished | Kyc Expired | Abandoned.

  Verify the X-Signature-V2 header BEFORE reading the body — HMAC SHA-256 of the raw bytes with your webhook secret.

  Each module that ran inside the workflow returns its own sub-status; the top-level status is the rolled-up verdict.

STEP 5 — Iterate without redeploying

  When the rules need to change — a new country flagged as high-risk, a tighter age threshold, a new module added to the bundle — the workflow owner edits the draft in the Console and publishes. New sessions automatically use the new version.

  Your app doesn't change. You don't redeploy. The workflow_id is the same; the underlying behaviour is updated.

STEP 6 — Run A/B tests

  Built-in A/B testing splits traffic across variant workflows. Configure variants in the Console (e.g. variant A uses Passive Liveness, variant B uses Active Liveness), set the split percentage, and read the variant id back on every session webhook.

  Measure conversion + verdict mix per variant in the Business Console's analytics. Promote the winner; the loser becomes a previous version retained for audit.

STEP 7 — Drive the Workflow Builder from AI coding agents

  The Didit MCP (Model Context Protocol) server (free, included) exposes the Workflow management primitives as MCP tools. Any MCP-compatible host — Claude Code, Cursor, Codex, Replit Agent, Devin, Aider — can list workflows, create new drafts, edit nodes, and publish versions on your behalf.

  Useful for ops teams that want to script tenant-specific workflow provisioning, A/B-variant generation, or per-customer-brand template materialisation.

WEBHOOK EVENT NAMES
  - Sessions: status changes flow through the standard session webhook.
  - Verify X-Signature-V2 on every payload.

CONSTRAINTS
  - Session statuses use Title Case With Spaces (Approved, In Review). Don't transform them.
  - Published workflow versions are immutable. To change behaviour, publish a new version.
  - Conditional branches are unlimited in depth; keep flows readable for the next operator.
  - The cost model is pay-per-completed-module — adding a module that runs only conditionally only costs you on the branches that hit it.

Read the docs:
  - https://docs.didit.me/console/workflows
  - https://docs.didit.me/sessions-api/create-session
  - https://docs.didit.me/sessions-api/retrieve-session
  - https://docs.didit.me/integration/webhooks

Start free at https://business.didit.me — sandbox key in 60 seconds, 500 verifications free every month, no credit card.
Butuh lebih banyak konteks? Lihat dokumen modul lengkapnya.docs.didit.me →
Sesuai dengan desain

Buka negara baru dalam satu klik. Kami melakukan pekerjaan sulit.

Kami membuka anak perusahaan lokal, mengamankan lisensi, menjalankan tes penetrasi, mendapatkan sertifikasi, dan menyelaraskan dengan setiap peraturan baru. Untuk mengirim verifikasi di negara baru, cukup aktifkan tombol. 220+ negara aktif, diaudit dan diuji penetrasi setiap kuartal — satu-satunya penyedia identitas yang secara resmi disebut oleh pemerintah negara anggota UE lebih aman daripada verifikasi langsung.
Baca berkas keamanan & kepatuhan
Kotak pasir keuangan UE
Tesoro · SEPBLAC · BdE
ISO/IEC 27001
Keamanan informasi · 2026
SOC 2 · Type I
AICPA · 2026
iBeta Level 1 PAD
NIST / NIAP · 2026
GDPR
EU 2016/679
DORA
EU 2022/2554
MiCA
EU 2023/1114
AMLD6 · eIDAS 2.0
Selaras dengan UE berdasarkan desain

Nomor bukti

Nomor bukti
  • Free
    Pembangun Alur Kerja, server MCP, percabangan kondisional, pengujian A/B, pembuatan versi — semuanya termasuk.
  • 0
    Templat alur kerja yang sudah ada ditambah Mulai dari Awal untuk alur yang sepenuhnya disesuaikan.
  • $0.00
    Paket KYC standar (ID + Liveness + Pencocokan Wajah + Perangkat + IP + AML) dengan harga per sesi.
  • 0
    Verifikasi gratis setiap bulan, di setiap akun.
Tiga tingkatan, satu daftar harga

Mulai gratis. Bayar sesuai penggunaan. Skala ke Enterprise.

500 verifikasi gratis setiap bulan, selamanya. Bayar sesuai penggunaan untuk produksi. Kontrak khusus, residensi data, dan SLA (Service Level Agreements) di Enterprise.
Gratis

Gratis

$0 / bulan. Tidak perlu kartu kredit.

  • Paket KYC gratis (Verifikasi ID + Keaktifan Pasif + Pencocokan Wajah + Analisis Perangkat & IP) — 500 / bulan, setiap bulan
  • Pengguna yang Diblokir
  • Deteksi Duplikat
  • 200+ sinyal penipuan di setiap sesi
  • KYC yang dapat digunakan kembali di seluruh jaringan Didit
  • Platform Manajemen Kasus
  • Pembuat Alur Kerja
  • Dokumen publik, sandbox, SDK, server MCP (Model Context Protocol)
  • Dukungan komunitas
Paling populer
Bayar sesuai penggunaan

Berbasis Penggunaan

Bayar hanya untuk yang Anda gunakan. 25+ modul. Harga per modul publik, tanpa biaya minimum bulanan.

  • KYC lengkap seharga $0.33 (ID + Biometrik + IP / Perangkat)
  • 10.000+ dataset AML — sanksi, PEP, media yang merugikan
  • 1.000+ sumber data pemerintah untuk Validasi Basis Data
  • Pemantauan Transaksi seharga $0.02 per transaksi
  • KYB Langsung seharga $2.00 per bisnis
  • Penyaringan Dompet seharga $0.15 per pemeriksaan
  • Alur verifikasi label putih — merek Anda, infrastruktur kami
Perusahaan

Perusahaan

MSA & SLA Kustom. Untuk volume besar dan program yang diatur.

  • Kontrak tahunan
  • MSA, DPA, dan SLA Kustom
  • Saluran Slack dan WhatsApp khusus
  • Peninjau manual sesuai permintaan
  • Ketentuan pengecer dan label putih
  • Fitur eksklusif dan integrasi mitra
  • CSM yang ditunjuk, tinjauan keamanan, dukungan kepatuhan

Mulai gratis → bayar hanya saat pemeriksaan berjalan → buka Enterprise untuk kontrak khusus, SLA, atau residensi data.

FAQ

Pertanyaan umum

Infrastruktur untuk identitas dan penipuan.

Satu API untuk KYC, KYB, Pemantauan Transaksi, dan Penyaringan Dompet. Integrasikan dalam 5 menit.

Minta AI untuk meringkas halaman ini