AddSignstackFileReq
- fileType: objectrequired
- contentType: string
Type requiredMIME type of the file (e.g.,
application/pdf). - nameType: stringrequired
Display name for the file. Used in API responses and as part of the storage key. Doesn't need to match any original filesystem name — any human-readable label works.
- hashType: string
SHA-256 hash of the file's bytes, hex-encoded. Optional but recommended — supplying it lets the server dedup via
GET /files?hash=…and givesPOST /files/{id}/verifya baseline to compare against later. SHA-256 is the only supported algorithm.
