Dataczar
Browse helpers

files service

files helpers that plug into any stack. Browse the catalog below and pick the helpers that fit your workflow.

Grab your Dataczar API key

Every helper runs with the same simple API key. Sign in (or create a free Dataczar account) at Dataczar Connect to issue keys in seconds, then drop the key into any `ak=` parameter and start shipping.

Tip: reuse the same key across these helpers, or rotate keys per project from the Connect dashboard.

GETPOSTReturn the MIME type for any uploaded file.

Peeks at file headers (PDF, ZIP, common images) and falls back to filename-based detection.

View reference →

GETPOSTInspect common files for lightweight metadata.

For images we return width/height/format/mode and always include byte size.

View reference →

GETPOSTGenerate MD5/SHA hashes for uploaded files.

Uploads stay in-memory; we return md5/sha1/sha256 digests plus the byte size.

View reference →

GETPOSTCreate a ZIP archive from multiple uploads.

Attach any number of files (multipart) and receive a single ZIP archive back.

View reference →

GETPOSTInspect a ZIP archive and return inline files.

Upload a ZIP and receive JSON metadata (and base64 bodies) for the first N members.

View reference →