Confirm an upload
Finish an upload after the PUT to its upload URL has succeeded.
Records the stored file's size and checksum, makes the file visible in
listings, and notifies triggers and parsers. Files over 500 MB and native
executables are discarded with a 400, as the one-request upload rejects
them. Confirming a file that is already confirmed returns its record again
without notifying anyone twice. The
[Upload files](https://docs.labric.co/upload-files) guide shows the full
sequence.
Requires an API key with the `write` scope.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
file_id
Response
OK
file_id
The ID of the uploaded file.
file_name
The original file name.
size_kilobytes
File size in kilobytes.
Errors
400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
422
Unprocessable Entity Error
500
Internal Server Error