Mark an upload completed
Marks an upload as completed. Use this after you've uploaded file chunks to the Ingest API.
Request Body — REQUIRED |
---|
uuid stringthe UUID of the uploaded file |
name stringthe file name (metadata-encrypted using the encryption key) |
nameHashed stringthe hex-encoded SHA-512 hash of the file name |
size stringthe file's total size in bytes (metadata-encrypted using the encryption key) |
chunks integerthe number of chunks uploaded |
mime stringthe file's MIME type |
rm stringa cryptographically-secure random string of length 32 |
metadata stringthe file's metadata (metadata-encrypted using the master key) following the schema (TypeScript type definition):
|
version stringthe file encryption version, currently |
uploadKey stringa cryptographically-secure random string of length 32, which had been passed along with each file chunk |
Responses | ||||||
---|---|---|---|---|---|---|
200 OK
|