Skip to Content
DocsOverview

Introduction

Valyd is a verified-identity platform. It gives developers two products:

  • Unique Human API — determine whether you’re interacting with a live, unique human. You create an app, copy its API key, start a session for a workflow with the liveness and/or uniqueness checks, and redirect the person to Valyd’s verification page. The verdict returns to your system; no account is involved and nothing is saved to one.
  • Reusable Verification — users connect their Valyd identity (standard OpenID Connect), you read the verified information they already hold and have consented to share, and for anything missing you run a workflow — KYC, professional licenses, face match, liveness, location, and more. Passed proofs save to the user’s Valyd ID, so they’re reusable the next time.
If you want to…UseStart here
Know whether this person is live and uniqueUnique Human APIOverview
Let users reuse verified identity — and verify what’s missingReusable VerificationOverview

Connect with Valyd is built on OpenID Connect and can also serve as your app’s sign-in — see Connect with Valyd. It’s part of Reusable Verification, not a separate product.

Onboarding a workforce? Use an organization

If you’re bringing a whole team or workforce onto Valyd — employees, staff, contractors — use an Organization. Your people connect with Valyd (standard OIDC), and each active member gets unlimited verifications for $0.99 / month (14-day free trial). Face login, no passwords, and you always know exactly who signed in.

Organizations — how it works, roles, member onboarding, and pricing.

Where everything lives

HostWhat it is
idp.valyd.workThe Valyd API — verification, the account APIs, and sign-in. Your app talks to this host.
dev.valyd.workThe Developer Portal — create apps, get your keys, and configure workflows.
docs.valyd.workThese docs, the API Playground, and the live demos.

New accounts start with a $100 credit so you can build and test for free.

Concepts & terms

TermMeaning
Valyd IDA person’s verified identity: their face vector, verified legal name, and every proof they’ve earned. One per human.
valyd_idThe stable identifier of that identity — key your users on it.
AppWhat you register in the Developer Portal : the credentials your integration uses.
CheckOne verification action (KYC, liveness, face match, license lookup). Returns one result.
WorkflowThe saved bundle of checks you configure for your app — a user completes it in one verification session.
Proof / badgeThe durable outcome of a passed check, saved on a Valyd account and reusable later.
ScopeWhat a user permits your app to read when they connect. Managed per app.
OrganizationA shared workspace: one team, shared apps, a workforce roster, one bill. Details.
Consent flowThe explicit approval step for releasing raw identity data — separate from connecting.
Last updated on