Trusted by compliance teams worldwide

Consent Infrastructure
For Digital Trust

The consent management API designed to help you build compliant, identity-verified digital consent workflows

Consent Confirmation
New York, NY

Certificate ID

dcf_x7k9m2

Status

ACTIVE
Signerjohn@example.com
TypeBackground Check
Identity
Verified
POST /v1/consent
{
  "consent_type": "..."
}

Everything you need for digital consent

Build compliant consent workflows with our simple API

Legally Binding

Every consent certificate is timestamped, tamper-evident, and designed to hold up in court.

Identity Verified

Signers verify their identity via government ID and biometrics before signing.

Instant Verification

Anyone can verify a consent certificate with a QR code scan or simple API call.

How it works

Get started in minutes with our simple API

1

Create Request

Call our API with signer email and consent type

2

Signer Verifies

Signer clicks link and verifies their identity

3

Certificate Generated

We generate a PDF certificate with QR code

4

Anyone Verifies

Third parties verify via QR scan or API

Simple API, powerful results

Integrate consent collection into your application with just a few lines of code. Our RESTful API handles identity verification, certificate generation, and verification.

Create a consent request
curl -X POST https://api.dcf.dev/v1/consent \
  -H "Authorization: Bearer dcf_live_..." \
  -H "Content-Type: application/json" \
  -d '{
    "signer_email": "john@example.com",
    "consent_type": "BACKGROUND_CHECK",
    "permissions": ["READ", "SHARE"]
  }'

# Response:
{
  "consent_id": "dcf_x7k9m2p4q8",
  "signing_url": "https://dcf.dev/sign/...",
  "status": "PENDING"
}

Ready to get started?

Get your API key in seconds. First 100 consent certificates free every month.

No credit card required
5-minute integration