Privacy notice

गोपनीयता

Service जानबूझकर simple है, लेकिन public avatar API को काम करने के लिए कुछ request data मिलते हैं। यह page उस practical baseline को बताता है।

Service क्या receive करती है

  • request में दिया गया opaque identifier, जैसे internal id, username, या one-way hash
  • request parameters जैसे avatar type, style options, size, format और background
  • server, reverse proxy और CDN द्वारा handled standard HTTP metadata, जैसे IP address, user agent, referrer और request timing

App खुद क्या store करती है

Application user accounts require नहीं करती और default रूप से application cookies set नहीं करती। Basic request flow में यह avatar on demand generate करके direct return करती है।

अगर object storage support enabled है और signed-link या persistence route इस्तेमाल होती है, तो generated avatar file और उसका object key configured S3-compatible bucket में store हो सकता है।

Privacy-preserving telemetry

अगर operator telemetry enable करता है, app page views, visible page time, repository और crate clicks, demo actions, और kind, background, accessory, color, expression, shape तथा size bucket जैसे bounded style choices से grouped avatar generation counts के लिए aggregate OpenTelemetry metrics emit करती है।

Telemetry raw identifiers, tenant या style namespace values, IP addresses, user agents, referrers, full URLs, cookies, या free-form text include नहीं करती। Telemetry endpoints केवल allow-listed aggregate labels accept करते हैं।

Logs और infrastructure

Deployment पर निर्भर करते हुए nginx, Caddy, Cloudflare, hosting providers, या S3-compatible storage जैसे infrastructure components access logs और operational metadata रख सकते हैं। ये logs public service चलाने का हिस्सा हैं और URL में होने पर requested identifier शामिल कर सकते हैं।

क्या भेजने से बचें

Email-shaped identifiers compatibility के लिए accepted हैं, लेकिन URLs infrastructure logs में आ सकते हैं। Request URL में personal data डालने से बचना हो तो stable internal id या one-way application hash भेजें।

Repository और crate

आप public API repository में implementation और Rust crate में reusable avatar renderer inspect कर सकते हैं। रिपॉज़िटरी · Rust crate

अनुवाद सूचना

वेबसाइट के अनुवाद AI-सहायता प्राप्त और सर्वोत्तम प्रयास पर आधारित हैं। यदि आपको कोई भाषा सुधार योग्य लगे, तो GitHub पर योगदान स्वागत योग्य है। अनुवाद सुधारें