Security and privacy APIs are the checks that sit between user-supplied content and the rest of your system — anonymising personal data, moderating what gets published, auditing a site's headers, locking files down before they leave. Hosted implementations, certified per endpoint.
Also called privacy APIs, anonymisation APIs, moderation APIs or audit APIs29 services in this categoryAssess an IP with a heuristic risk score, flags, ASN details, and country code. Built for login protection, fraud screening, and abuse detection.
Dosvak LLCScore a password by length, complexity, and common-password checks. Returns a score, maximum, level, and per-rule results for signup and reset.
Dosvak LLCDecrypt Fernet ciphertext with a matching key and get the plaintext back. Useful for backend workflows, debugging, and verifying payloads.
Dosvak LLCEncode UTF-8 text to Base64 or decode Base64 back to plain text. Useful for transport, payload inspection, and round-trip checks in scripts.
Dosvak LLCEncode JSON payloads into JWTs and verify existing tokens with a shared secret. Returns a signed token, or validity plus the decoded payload.
Dosvak LLCEncrypt a text string with Fernet and get back ciphertext, plus the generated key if you omit one. Built for protecting sensitive payloads.
Dosvak LLCHash any text string with MD5, SHA1, SHA256, or SHA512. Returns the original input, the algorithm used, and the computed hash for checksums.
Dosvak LLCGenerate cryptographically secure passwords with configurable length and optional symbols. Returns the password and its length for signup flows.
Dosvak LLCGenerate version 1 or version 4 UUIDs with a single GET request. Returns the UUID string and version for database keys, tests, and services.
Dosvak LLCClassify an uploaded image as safe or NSFW with a confidence score and per-class breakdown. Built for moderation queues and upload screening.
Dosvak LLCAudit a URL's security headers and get a score, per-header status, and recommendations. Covers CSP, HSTS, and the other browser protections.
Sumalya APIsVerifiedAudit a webpage for CSP, HSTS, X-Content-Type-Options, Referrer-Policy, and X-Frame-Options. Returns a score and header flags for quick checks.
The question you arrived with, and the endpoint that answers it.