Age verification API for apps
Return allowed, blocked, or requiresConsent decisions from a server-side endpoint built for social, gaming, marketplace, education, and UGC products.
Verification, parental consent, privacy vaulting, and regulator-ready exports — all from one API and dashboard.
Production Surface
Auth
GitHub OAuth
API
Supabase Edge
Billing
Stripe Checkout
Exports
CSV / PDF
Vault
Audit records
SDK
TypeScript
Generate API keys from the dashboard, then call the hosted verification and consent endpoints from your product.
Developer Experience
No complex integrations. No wrestling with state-level law logic. Just send a user ID and jurisdiction, get back a clear allow/block/consent decision with full audit trail.
Age verification and consent flows served close to your users
CSV and PDF exports for regulator and platform reviews
Current state-law coverage with more jurisdictions on the roadmap
Verify age with one API call
const result = await fetch('https://copply.basemapped.com/api/copply/verify-age',
{
method: 'POST',
headers: {
'Authorization': 'Bearer cp_live_...',
'Content-Type': 'application/json'
},
body: JSON.stringify({
userId: 'usr_123',
declaredAge: 17,
stateHint: 'TX'
})
}
);
Response: { allowed: true, reason: 'age_verified' }Capabilities
Everything you need to handle age assurance, consent, and compliance — without building it from scratch.
Structured decisions for adult, minor, and consent-required flows with per-state law logic.
Issue, check, and expire guardian approval records without building custom workflows.
Review verification records, deletion audit state, and compliance score in one dashboard.
Generate CSV and PDF evidence packages for audits and platform reviews in seconds.
Daily cleanup support for jurisdictions requiring consent and data expiry automation.
Track state-level age assurance changes with RSS feeds and API access.
Age compliance API
Copply helps app developers move from “we need age compliance” to a working API integration: age checks, consent workflows, audit logs, deletion records, and exports. It is an implementation layer, not a substitute for legal review.
Return allowed, blocked, or requiresConsent decisions from a server-side endpoint built for social, gaming, marketplace, education, and UGC products.
Create and check guardian consent records with email, credit-card, and ID verification paths that can be connected to your own product backend.
Keep implementation details, API keys, usage analytics, privacy deletion records, and regulator export evidence in one developer dashboard.
Copply is an age verification API and parental consent API for app teams that need practical age-assurance workflows, privacy deletion logs, and audit-ready records.
No. Copply is implementation infrastructure. Teams should still confirm their obligations with counsel and configure the workflow for their product, jurisdiction, and audience.
Copply is built for developers and founders working on social apps, chat products, games, marketplaces, education tools, UGC platforms, and kids-adjacent products.
Yes. Copply supports parental consent checks through email consent, credit-card verification, and ID verification provider flows.
What ships today
We're shipping real verification, provider-backed consent, and real exports now. Production keys are installed for billing and consent flows.