config/terms.html

395 lines
No EOL
16 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<title>Terms of Service — SnapAPI | Screenshot API for Developers</title>
<meta name="description" content="Terms of service and acceptable use policy for SnapAPI — Screenshot API service by Cloonar Technologies GmbH, Austria.">
<link rel="icon" href="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><text y='.9em' font-size='90'>📸</text></svg>">
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap" rel="stylesheet">
<style>
*{box-sizing:border-box;margin:0;padding:0}
:root{
--bg:#0a0e17;--bg2:#0f1420;--card:#141a28;--card-hover:#1a2235;
--border:#1e2a3f;--border-light:#2a3752;
--text:#f0f2f7;--text-secondary:#94a3c0;--muted:#6b7a96;
--primary:#4f8fff;--primary-light:#6da3ff;--primary-dark:#3a6fd8;--primary-glow:rgba(79,143,255,0.15);
--accent:#10b981;--accent-glow:rgba(16,185,129,0.15);
--purple:#a78bfa;--orange:#f59e0b;--pink:#ec4899;
--gradient:linear-gradient(135deg,#4f8fff 0%,#a78bfa 50%,#ec4899 100%);
--radius:12px;--radius-lg:16px;--radius-xl:24px;
}
html{scroll-behavior:smooth}
body{font-family:'Inter',system-ui,sans-serif;background:var(--bg);color:var(--text);line-height:1.6;-webkit-font-smoothing:antialiased}
a{color:var(--primary-light);text-decoration:none;transition:color .2s}
a:hover{color:var(--primary)}
::selection{background:var(--primary);color:#fff}
.container{max-width:1180px;margin:0 auto;padding:0 24px}
.legal-container{max-width:800px;margin:0 auto;padding:0 24px}
.section{padding:100px 0}
.section-title{font-size:2.5rem;font-weight:800;line-height:1.2;margin-bottom:16px}
.section-subtitle{font-size:1.1rem;color:var(--text-secondary);max-width:600px;line-height:1.7}
.text-center{text-align:center}
.text-center .section-subtitle{margin:0 auto}
.btn{display:inline-flex;align-items:center;gap:8px;padding:12px 28px;border-radius:10px;font-weight:600;font-size:.95rem;border:none;cursor:pointer;transition:all .2s;font-family:inherit}
.btn-secondary{background:rgba(255,255,255,0.06);color:var(--text);border:1px solid var(--border)}
.btn-secondary:hover{background:rgba(255,255,255,0.1);border-color:var(--border-light);color:#fff}
nav{position:sticky;top:0;z-index:100;background:rgba(10,14,23,0.85);backdrop-filter:blur(20px);border-bottom:1px solid rgba(30,42,63,0.5);padding:0 24px}
.nav-inner{max-width:1180px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;height:64px}
.nav-logo{font-size:1.15rem;font-weight:800;display:flex;align-items:center;gap:8px;color:var(--text)}
.nav-logo span{background:var(--gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}
.nav-links{display:flex;gap:32px;align-items:center}
.nav-links a{color:var(--muted);font-size:.9rem;font-weight:500;transition:color .2s}
.nav-links a:hover{color:var(--text)}
.legal-content{padding:60px 0}
.legal-content h1{font-size:2.2rem;font-weight:800;margin-bottom:24px;text-align:center}
.legal-content h2{font-size:1.4rem;font-weight:700;margin:32px 0 16px 0;color:var(--primary-light)}
.legal-content h3{font-size:1.1rem;font-weight:600;margin:24px 0 12px 0}
.legal-content p{margin-bottom:16px;color:var(--text-secondary);line-height:1.7}
.legal-content ul,.legal-content ol{margin:16px 0 16px 24px;color:var(--text-secondary)}
.legal-content li{margin-bottom:8px;line-height:1.7}
.legal-content strong{color:var(--text);font-weight:600}
.legal-box{background:var(--card);border:1px solid var(--border);border-radius:var(--radius-lg);padding:32px;margin:32px 0}
footer{border-top:1px solid var(--border);padding:48px 24px 32px;background:var(--bg2)}
.footer-grid{max-width:1180px;margin:0 auto;display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:40px;margin-bottom:40px}
.footer-brand h4{font-size:1.1rem;font-weight:800;margin-bottom:12px;display:flex;align-items:center;gap:8px}
.footer-brand p{color:var(--muted);font-size:.85rem;line-height:1.6;max-width:280px}
.footer-col h5{font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:1.5px;color:var(--muted);margin-bottom:16px}
.footer-col a{display:block;color:var(--text-secondary);font-size:.88rem;padding:4px 0;transition:color .2s}
.footer-col a:hover{color:var(--text)}
.footer-bottom{max-width:1180px;margin:0 auto;padding-top:24px;border-top:1px solid var(--border);display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:12px;font-size:.8rem;color:var(--muted)}
@media(max-width:900px){
.footer-grid{grid-template-columns:1fr 1fr}
.legal-content h1{font-size:1.8rem}
}
@media(max-width:640px){
.legal-content{padding:40px 0}
.legal-content h1{font-size:1.6rem}
.legal-content h2{font-size:1.2rem}
.footer-grid{grid-template-columns:1fr}
.nav-links{display:none}
}
</style>
</head>
<body>
<nav>
<div class="nav-inner">
<a href="/" class="nav-logo">📸 <span>SnapAPI</span></a>
<div class="nav-links">
<a href="/#features">Features</a>
<a href="/#playground">Try It Free</a>
<a href="/#pricing">Pricing</a>
<a href="/docs">API Docs</a>
</div>
</div>
</nav>
<section class="legal-content">
<div class="legal-container">
<h1>Terms of Service</h1>
<div class="legal-box">
<h2>Agreement</h2>
<p>These Terms of Service govern your use of SnapAPI, a screenshot API service provided by Cloonar Technologies GmbH.</p>
<p><strong>Service Provider:</strong> Cloonar Technologies GmbH<br>
Linzer Straße 192/1/2, 1140 Wien, Austria<br>
Email: <a href="mailto:info@cloonar.com">info@cloonar.com</a></p>
<p><strong>Last updated:</strong> February 19, 2026</p>
<p>By using SnapAPI, you agree to these terms. If you disagree with any part, you may not use our service.</p>
</div>
<div class="legal-box">
<h2>1. Service Description</h2>
<p>SnapAPI is a web service that converts URLs into screenshot images through a RESTful API. We provide:</p>
<ul>
<li>URL-to-screenshot conversion via API calls</li>
<li>Multiple output formats (PNG, JPEG, WebP)</li>
<li>Customizable viewport sizes and quality settings</li>
<li>Free playground for testing (watermarked)</li>
<li>Paid API access (clean, unwatermarked screenshots)</li>
</ul>
</div>
<div class="legal-box">
<h2>2. Acceptable Use Policy</h2>
<h3>Permitted Use</h3>
<ul>
<li>Capturing screenshots of publicly accessible websites</li>
<li>Testing and development purposes</li>
<li>Commercial use within your applications</li>
<li>Reasonable automation and integration</li>
</ul>
<h3>Prohibited Activities</h3>
<p>You may not use SnapAPI to:</p>
<ul>
<li><strong>Illegal content:</strong> Capture or distribute illegal material</li>
<li><strong>CSAM:</strong> Any content involving minors (zero tolerance)</li>
<li><strong>Privacy violations:</strong> Screenshot private, restricted, or login-protected content without authorization</li>
<li><strong>Copyright infringement:</strong> Systematically capture copyrighted content without permission</li>
<li><strong>Harassment:</strong> Target individuals or organizations for malicious purposes</li>
<li><strong>Rate limit abuse:</strong> Circumvent or attempt to bypass usage limits</li>
<li><strong>System abuse:</strong> Attempt to hack, disrupt, or damage our service</li>
<li><strong>Resale:</strong> Resell API access without written permission</li>
</ul>
<h3>Security Restrictions</h3>
<ul>
<li>SSRF protection prevents access to internal networks and metadata endpoints</li>
<li>Rate limits are enforced per plan and IP address</li>
<li>URLs must be publicly accessible (no authentication required)</li>
</ul>
</div>
<div class="legal-box">
<h2>3. Account & API Keys</h2>
<h3>Registration</h3>
<ul>
<li>Provide accurate and complete information</li>
<li>One account per person or organization</li>
<li>You're responsible for account security</li>
<li>Notify us immediately of unauthorized access</li>
</ul>
<h3>API Keys</h3>
<ul>
<li>Keep API keys confidential and secure</li>
<li>Don't share keys between applications or users</li>
<li>Rotate keys regularly for security</li>
<li>Report compromised keys immediately</li>
</ul>
<h3>Account Termination</h3>
<p>We may suspend or terminate accounts for:</p>
<ul>
<li>Violation of these terms</li>
<li>Abusive behavior or excessive resource usage</li>
<li>Non-payment of fees</li>
<li>Legal compliance requirements</li>
</ul>
</div>
<div class="legal-box">
<h2>4. Service Availability</h2>
<h3>Best Effort Service</h3>
<ul>
<li>We strive for high availability but don't guarantee 100% uptime</li>
<li>Planned maintenance will be announced in advance when possible</li>
<li>Emergency maintenance may occur without notice</li>
<li>Free tier has no SLA (service level agreement)</li>
</ul>
<h3>Business Plan SLA</h3>
<ul>
<li>Business plan includes 99.9% uptime target</li>
<li>SLA terms detailed in separate agreement</li>
<li>Credits may be provided for significant downtime</li>
</ul>
<h3>Rate Limits</h3>
<ul>
<li><strong>Playground:</strong> 5 requests per hour (watermarked)</li>
<li><strong>Starter:</strong> 1,000 screenshots per month</li>
<li><strong>Pro:</strong> 5,000 screenshots per month</li>
<li><strong>Business:</strong> 25,000 screenshots per month</li>
</ul>
</div>
<div class="legal-box">
<h2>5. Pricing & Billing</h2>
<h3>Subscription Plans</h3>
<ul>
<li>Pricing displayed in Euros (EUR) including VAT where applicable</li>
<li>Monthly subscriptions billed in advance</li>
<li>Usage resets on your monthly billing anniversary</li>
<li>Overage charges may apply for excessive usage</li>
</ul>
<h3>Payment Processing</h3>
<ul>
<li>Payments processed by Stripe (PCI DSS compliant)</li>
<li>We don't store payment card information</li>
<li>Failed payments may result in service suspension</li>
<li>Refunds considered on case-by-case basis</li>
</ul>
<h3>Changes</h3>
<ul>
<li>Prices may change with 30 days' notice</li>
<li>Existing subscribers keep current pricing until next renewal</li>
<li>Free services may become paid with notice</li>
</ul>
</div>
<div class="legal-box">
<h2>6. Data & Privacy</h2>
<ul>
<li>Your privacy is governed by our <a href="/privacy">Privacy Policy</a></li>
<li>All data processing occurs within the European Union</li>
<li>Screenshots are generated and returned immediately (not stored)</li>
<li>API usage logs retained for billing and security purposes</li>
<li>Account data kept until deletion requested</li>
</ul>
</div>
<div class="legal-box">
<h2>7. Intellectual Property</h2>
<h3>Our Rights</h3>
<ul>
<li>SnapAPI service, documentation, and branding are our property</li>
<li>You receive a limited license to use the API per these terms</li>
<li>No right to reverse engineer or compete with our service</li>
</ul>
<h3>Your Content</h3>
<ul>
<li>You retain rights to URLs and content you submit</li>
<li>You grant us license to process URLs for screenshot generation</li>
<li>You're responsible for having rights to capture submitted URLs</li>
</ul>
<h3>Third-Party Content</h3>
<ul>
<li>Respect copyright and intellectual property of captured websites</li>
<li>We're not liable for your use of captured content</li>
<li>Follow fair use principles and obtain permission when needed</li>
</ul>
</div>
<div class="legal-box">
<h2>8. Disclaimers & Limitations</h2>
<h3>Service Disclaimer</h3>
<ul>
<li>Service provided "as is" without warranties</li>
<li>No guarantee of accuracy, completeness, or suitability</li>
<li>Screenshots may not perfectly represent live websites</li>
<li>Third-party website availability beyond our control</li>
</ul>
<h3>Limitation of Liability</h3>
<p>To the maximum extent permitted by Austrian law:</p>
<ul>
<li>Our liability is limited to fees paid in the past 12 months</li>
<li>No liability for indirect, consequential, or punitive damages</li>
<li>No liability for data loss, business interruption, or lost profits</li>
<li>Limitations apply regardless of legal theory (contract, tort, etc.)</li>
</ul>
<h3>Indemnification</h3>
<p>You agree to indemnify us against claims arising from:</p>
<ul>
<li>Your violation of these terms</li>
<li>Your use of captured content</li>
<li>Violation of third-party rights</li>
<li>Illegal or unauthorized use of the service</li>
</ul>
</div>
<div class="legal-box">
<h2>9. Governing Law</h2>
<ul>
<li><strong>Jurisdiction:</strong> These terms are governed by Austrian law</li>
<li><strong>Disputes:</strong> Resolved in Austrian courts (Vienna)</li>
<li><strong>Language:</strong> German version prevails in case of conflicts</li>
<li><strong>EU Rights:</strong> Consumer rights under EU law remain unaffected</li>
</ul>
<p>For EU consumers, you may also bring disputes in your country of residence.</p>
</div>
<div class="legal-box">
<h2>10. Changes & Communication</h2>
<h3>Terms Updates</h3>
<ul>
<li>We may modify these terms with reasonable notice</li>
<li>Significant changes communicated via email</li>
<li>Continued use constitutes acceptance</li>
<li>If you disagree, cancel your account before changes take effect</li>
</ul>
<h3>Notices</h3>
<ul>
<li>Service announcements via email or website</li>
<li>Legal notices to your registered email address</li>
<li>Check your email regularly for important updates</li>
</ul>
</div>
<div class="legal-box">
<h2>11. Severability</h2>
<p>If any provision of these terms is found unenforceable, the remaining provisions continue in full effect. We'll replace unenforceable provisions with valid ones that achieve the same intent.</p>
</div>
<div class="legal-box">
<h2>12. Contact</h2>
<p><strong>Questions about these terms:</strong><br>
<a href="mailto:info@cloonar.com">info@cloonar.com</a></p>
<p><strong>Legal notices:</strong><br>
<a href="mailto:legal@cloonar.com">legal@cloonar.com</a></p>
<p><strong>Postal address:</strong><br>
Cloonar Technologies GmbH<br>
Linzer Straße 192/1/2<br>
1140 Wien, Austria</p>
</div>
<div style="text-align:center;margin-top:48px">
<a href="/" class="btn btn-secondary">← Back to SnapAPI</a>
</div>
</div>
</section>
<footer>
<div class="footer-grid">
<div class="footer-brand">
<h4>📸 SnapAPI</h4>
<p>The EU-hosted screenshot API for developers. Convert any URL to a pixel-perfect image with a simple API call.</p>
</div>
<div class="footer-col">
<h5>Product</h5>
<a href="/#features">Features</a>
<a href="/#pricing">Pricing</a>
<a href="/#playground">Playground</a>
<a href="/docs">API Docs</a>
</div>
<div class="footer-col">
<h5>Developers</h5>
<a href="/docs">Swagger / OpenAPI</a>
<a href="/#docs">Quick Start</a>
<a href="/health">Status</a>
</div>
<div class="footer-col">
<h5>Legal</h5>
<a href="/impressum">Impressum</a>
<a href="/privacy">Privacy Policy</a>
<a href="/terms">Terms of Service</a>
</div>
</div>
<div class="footer-bottom">
<span>© 2026 Cloonar Technologies GmbH · FN 631089y · ATU81280034</span>
<span>Linzer Straße 192/1/2, 1140 Wien, Austria 🇦🇹</span>
<span>EU-hosted 🇪🇺 · All data stays in Europe</span>
</div>
</footer>
</body>
</html>