File security APIs make an uploaded file safe to keep — stripping metadata, blurring faces, checking that a file really is what its extension claims, packing archives with encryption. The checks that belong between your upload handler and your bucket.
Also called a redaction API, sanitisation API or file scanning API4 services in this categoryRemove emoji, markdown, and bracketed noise from raw text. Returns clean_text for TTS preprocessing and text normalization workflows.
Validate uploaded files or file URLs by comparing extension, declared MIME, and detected type. Useful for intake checks and spoofed-file rejection.
Strip metadata from images uploaded as files or fetched from a URL. Returns cleaned binary output or a signed link, with optional EXIF and GPS removal.
Create password-protected ZIP archives from uploaded files or remote URLs. Return a binary download or a signed link to the archive.
The question you arrived with, and the endpoint that answers it.