The consent management API designed to help you build compliant, identity-verified digital consent workflows
Certificate ID
dcf_x7k9m2
Status
POST /v1/consent
{
"consent_type": "..."
}Build compliant consent workflows with our simple API
Every consent certificate is timestamped, tamper-evident, and designed to hold up in court.
Signers verify their identity via government ID and biometrics before signing.
Anyone can verify a consent certificate with a QR code scan or simple API call.
Get started in minutes with our simple API
Call our API with signer email and consent type
Signer clicks link and verifies their identity
We generate a PDF certificate with QR code
Third parties verify via QR scan or API
Integrate consent collection into your application with just a few lines of code. Our RESTful API handles identity verification, certificate generation, and verification.
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"
}Get your API key in seconds. First 100 consent certificates free every month.