Files
boc/aamos-ai-site/kyz/index.html
T

256 lines
14 KiB
HTML
Raw Normal View History

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>KYZ — Identity Verification API | AAMOS</title>
<meta name="description" content="Know Your Zoomer. ID document scanning, selfie liveness detection, and verification — built for gig platforms, marketplaces, and fintech.">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap" rel="stylesheet">
<style>
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
:root {
--navy: #0A2540; --blue: #635BFF; --blue-light: #7B74FF;
--gray-50: #F8FAFC; --gray-100: #F1F5F9; --gray-200: #E2E8F0;
--gray-400: #94A3B8; --gray-600: #475569; --gray-800: #1E293B; --white: #FFFFFF;
--font: 'Inter', system-ui, -apple-system, sans-serif;
}
body { font-family: var(--font); background: var(--white); color: var(--gray-800); line-height: 1.6; }
a { color: inherit; text-decoration: none; }
nav {
position: sticky; top: 0; z-index: 100;
background: rgba(255,255,255,0.95); backdrop-filter: blur(8px);
border-bottom: 1px solid var(--gray-200);
padding: 0 24px; height: 60px;
display: flex; align-items: center; justify-content: space-between;
}
.nav-logo { font-size: 18px; font-weight: 700; color: var(--navy); }
.nav-logo span { color: var(--blue); }
.nav-back { font-size: 14px; color: var(--gray-600); }
.btn-nav { background: var(--navy); color: var(--white); padding: 8px 16px; border-radius: 8px; font-weight: 600; font-size: 14px; }
.hero {
background: linear-gradient(135deg, #0d1f3c 0%, #1a3a60 100%);
color: var(--white); padding: 72px 24px 64px; text-align: center;
}
.hero-badge {
display: inline-block; background: rgba(99,91,255,0.25); color: #a5b4fc;
border: 1px solid rgba(99,91,255,0.4); border-radius: 100px;
padding: 4px 14px; font-size: 12px; font-weight: 600;
letter-spacing: 0.05em; text-transform: uppercase; margin-bottom: 20px;
}
.hero h1 { font-size: clamp(28px, 5vw, 46px); font-weight: 700; letter-spacing: -1px; line-height: 1.1; margin-bottom: 16px; }
.hero p { font-size: 17px; color: rgba(255,255,255,0.75); max-width: 500px; margin: 0 auto 32px; }
.compare-strip {
display: flex; gap: 16px; justify-content: center; flex-wrap: wrap;
margin-top: 32px;
}
.compare-chip {
background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.15);
border-radius: 8px; padding: 8px 16px; font-size: 13px; color: rgba(255,255,255,0.6);
}
.compare-chip strong { color: white; }
.btn-primary { background: var(--blue); color: var(--white); padding: 14px 28px; border-radius: 10px; font-size: 15px; font-weight: 600; display: inline-block; transition: background 0.15s; }
.btn-primary:hover { background: var(--blue-light); }
.content { max-width: 860px; margin: 0 auto; padding: 64px 24px; }
.block { margin-bottom: 60px; }
.block-label { font-size: 12px; font-weight: 700; color: var(--blue); letter-spacing: 0.1em; text-transform: uppercase; margin-bottom: 12px; }
.block h2 { font-size: clamp(22px, 3.5vw, 30px); font-weight: 700; letter-spacing: -0.5px; color: var(--navy); margin-bottom: 24px; }
.feature-list { display: grid; gap: 16px; }
.feature-item { display: flex; gap: 16px; align-items: flex-start; padding: 20px; background: var(--gray-50); border-radius: 12px; border: 1px solid var(--gray-200); }
.feature-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--blue); margin-top: 7px; flex-shrink: 0; }
.feature-item h4 { font-size: 15px; font-weight: 600; color: var(--navy); margin-bottom: 4px; }
.feature-item p { font-size: 14px; color: var(--gray-600); }
.flow-steps { display: grid; grid-template-columns: repeat(auto-fill, minmax(160px, 1fr)); gap: 16px; margin-bottom: 32px; }
.flow-step { background: var(--gray-50); border: 1px solid var(--gray-200); border-radius: 12px; padding: 20px 16px; text-align: center; }
.flow-num { font-size: 11px; font-weight: 700; color: var(--blue); text-transform: uppercase; letter-spacing: 0.05em; margin-bottom: 8px; }
.flow-step h4 { font-size: 14px; font-weight: 600; color: var(--navy); margin-bottom: 4px; }
.flow-step p { font-size: 12px; color: var(--gray-400); }
.code-block {
background: var(--navy); border-radius: 14px; padding: 24px;
font-family: 'SF Mono', 'Fira Code', monospace; font-size: 13px;
line-height: 1.75; color: rgba(255,255,255,0.85); overflow-x: auto;
}
.code-block .kw { color: #a5b4fc; }
.code-block .str { color: #86efac; }
.code-block .cm { color: rgba(255,255,255,0.4); }
.code-block .num { color: #fcd34d; }
.pricing-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 16px; }
.price-card { border: 1px solid var(--gray-200); border-radius: 16px; padding: 28px 24px; display: flex; flex-direction: column; }
.price-card.featured { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(99,91,255,0.1); }
.price-tier { font-size: 13px; font-weight: 700; color: var(--blue); text-transform: uppercase; letter-spacing: 0.05em; margin-bottom: 8px; }
.price-amount { font-size: 32px; font-weight: 700; color: var(--navy); letter-spacing: -1px; }
.price-amount span { font-size: 15px; font-weight: 500; color: var(--gray-400); }
.price-desc { font-size: 13px; color: var(--gray-400); margin-top: 4px; margin-bottom: 20px; }
.price-features { list-style: none; display: flex; flex-direction: column; gap: 10px; flex: 1; margin-bottom: 24px; }
.price-features li { font-size: 14px; color: var(--gray-600); display: flex; align-items: center; gap: 8px; }
.price-features li::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--blue); flex-shrink: 0; }
.btn-outline { border: 1px solid var(--gray-200); border-radius: 8px; padding: 10px 16px; font-size: 14px; font-weight: 600; color: var(--navy); text-align: center; display: block; transition: border-color 0.15s; }
.btn-outline:hover { border-color: var(--blue); }
.btn-filled { background: var(--blue); border-radius: 8px; padding: 10px 16px; font-size: 14px; font-weight: 600; color: white; text-align: center; display: block; }
.cta-bottom { background: var(--navy); color: var(--white); padding: 64px 24px; text-align: center; }
.cta-bottom h2 { font-size: clamp(22px, 4vw, 32px); font-weight: 700; letter-spacing: -0.5px; margin-bottom: 14px; }
.cta-bottom p { color: rgba(255,255,255,0.7); font-size: 16px; margin-bottom: 28px; max-width: 400px; margin-left: auto; margin-right: auto; }
footer { border-top: 1px solid var(--gray-200); padding: 24px; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 12px; font-size: 13px; color: var(--gray-400); }
footer a { color: var(--gray-400); }
.footer-links { display: flex; gap: 20px; }
</style>
</head>
<body>
<nav>
<a href="/" class="nav-logo">A<span>AMOS</span></a>
<a href="/" class="nav-back">← All products</a>
<a href="#" class="btn-nav">Get API key</a>
</nav>
<section class="hero">
<div class="hero-badge">Identity</div>
<h1>KYZ</h1>
<p>Know Your Zoomer. Identity verification built for the gig economy — ID scanning, selfie liveness, and instant decisions.</p>
<a href="#" class="btn-primary">Get API key — free tier included</a>
<div class="compare-strip">
<div class="compare-chip">Alternative to <strong>Onfido</strong></div>
<div class="compare-chip">Alternative to <strong>Jumio</strong></div>
<div class="compare-chip">Alternative to <strong>Stripe Identity</strong></div>
</div>
</section>
<div class="content">
<div class="block">
<div class="block-label">Verification flow</div>
<h2>Three steps. One decision. Fully automated.</h2>
<div class="flow-steps">
<div class="flow-step">
<div class="flow-num">Step 1</div>
<h4>ID capture</h4>
<p>Passport, national ID, or driver's license — front and back</p>
</div>
<div class="flow-step">
<div class="flow-num">Step 2</div>
<h4>Selfie + liveness</h4>
<p>Face match against ID, active liveness detection</p>
</div>
<div class="flow-step">
<div class="flow-num">Step 3</div>
<h4>Decision</h4>
<p>Pass / Fail / Review — with confidence score and reason</p>
</div>
</div>
<div class="feature-list">
<div class="feature-item">
<div class="feature-dot"></div>
<div>
<h4>Document scanning</h4>
<p>Passport MRZ parsing, ID chip detection, expiry validation, and forgery signals — across 190+ countries.</p>
</div>
</div>
<div class="feature-item">
<div class="feature-dot"></div>
<div>
<h4>Selfie liveness detection</h4>
<p>Active liveness check — defeats printed photos, screens, and deepfakes. 3-2-1 countdown with face guidance.</p>
</div>
</div>
<div class="feature-item">
<div class="feature-dot"></div>
<div>
<h4>Hosted flow or API-only</h4>
<p>Use our pre-built mobile-optimized verification UI, or call the API directly with your own interface.</p>
</div>
</div>
<div class="feature-item">
<div class="feature-dot"></div>
<div>
<h4>GDPR compliant</h4>
<p>Data processed in EU. Configurable retention. Audit log for every verification. DAC7 reporting compatible.</p>
</div>
</div>
</div>
</div>
<div class="block">
<div class="block-label">API example</div>
<h2>Create a session. Get a decision.</h2>
<div class="code-block">
<span class="cm"># Create a verification session</span><br>
<span class="kw">curl</span> -X POST https://api.aamos.ai/v1/kyz/sessions \<br>
&nbsp;&nbsp;-H <span class="str">"Authorization: Bearer ***"</span> \<br>
&nbsp;&nbsp;-H <span class="str">"Content-Type: application/json"</span> \<br>
&nbsp;&nbsp;-d '{<br>
&nbsp;&nbsp;&nbsp;&nbsp;<span class="str">"user_ref"</span>: <span class="str">"usr_abc123"</span>,<br>
&nbsp;&nbsp;&nbsp;&nbsp;<span class="str">"flow"</span>: <span class="str">"hosted"</span>,<br>
&nbsp;&nbsp;&nbsp;&nbsp;<span class="str">"redirect_url"</span>: <span class="str">"https://yourapp.com/verified"</span>,<br>
&nbsp;&nbsp;&nbsp;&nbsp;<span class="str">"webhook_url"</span>: <span class="str">"https://yourapp.com/webhooks/kyz"</span><br>
&nbsp;&nbsp;}'<br><br>
<span class="cm"># Response — send hosted_url to your user</span><br>
{<br>
&nbsp;&nbsp;<span class="str">"session_id"</span>: <span class="str">"kyz_s1a2b3c"</span>,<br>
&nbsp;&nbsp;<span class="str">"hosted_url"</span>: <span class="str">"https://verify.aamos.ai/s/s1a2b3c"</span>,<br>
&nbsp;&nbsp;<span class="str">"expires_at"</span>: <span class="str">"2026-07-11T12:00:00Z"</span><br>
}<br><br>
<span class="cm"># Webhook on completion</span><br>
{<br>
&nbsp;&nbsp;<span class="str">"session_id"</span>: <span class="str">"kyz_s1a2b3c"</span>,<br>
&nbsp;&nbsp;<span class="str">"decision"</span>: <span class="str">"pass"</span>,<br>
&nbsp;&nbsp;<span class="str">"confidence"</span>: <span class="num">0.97</span>,<br>
&nbsp;&nbsp;<span class="str">"liveness"</span>: <span class="kw">true</span>,<br>
&nbsp;&nbsp;<span class="str">"document_country"</span>: <span class="str">"SE"</span>,<br>
&nbsp;&nbsp;<span class="str">"document_type"</span>: <span class="str">"passport"</span><br>
}
</div>
</div>
<div class="block">
<div class="block-label">Pricing</div>
<h2>Pay per verification. No monthly minimums.</h2>
<div class="pricing-grid">
<div class="price-card">
<div class="price-tier">Starter</div>
<div class="price-amount">$0.50 <span>/verification</span></div>
<div class="price-desc">Up to 999 verifications / month</div>
<ul class="price-features">
<li>Hosted verification flow</li>
<li>ID + selfie + liveness</li>
<li>Webhook results</li>
<li>190+ countries</li>
<li>Community support</li>
</ul>
<a href="#" class="btn-outline">Get started</a>
</div>
<div class="price-card featured">
<div class="price-tier">Pro</div>
<div class="price-amount">$0.30 <span>/verification</span></div>
<div class="price-desc">1,000+ verifications / month</div>
<ul class="price-features">
<li>Everything in Starter</li>
<li>API-only mode</li>
<li>Custom branding</li>
<li>Audit log export</li>
<li>Priority support</li>
<li>99.9% SLA</li>
</ul>
<a href="#" class="btn-filled">Get started</a>
</div>
<div class="price-card">
<div class="price-tier">Enterprise</div>
<div class="price-amount">Custom</div>
<div class="price-desc">Volume pricing + dedicated SLA</div>
<ul class="price-features">
<li>Custom pricing at scale</li>
<li>On-premise option</li>
<li>Custom liveness models</li>
<li>Dedicated account manager</li>
<li>SLA to 99.99%</li>
</ul>
<a href="mailto:sales@aamos.ai" class="btn-outline">Contact sales</a>
</div>
</div>
</div>
</div>
<section class="cta-bottom">
<h2>Ready to verify your users?</h2>
<p>Start with $0.50 per verification. No commitment, no monthly minimum.</p>
<a href="#" class="btn-primary">Get API key</a>
</section>
<footer>
<span>© 2026 AAMOS / Landvex AB</span>
<div class="footer-links"><a href="#">Privacy</a><a href="#">Terms</a><a href="/">Home</a></div>
</footer>
</body>
</html>