File Management
Complete upload process for large files
This endpoint is the last step in the upload process. It verifies the file and updates the database with the file information.
This endpoint is called after the file has been uploaded to the presigned URL.
The expected id argument is the one returned from the upload_large_file_init endpoint.
POST
Complete the upload process for large files. This API call finalizes the upload process for large files that have been uploaded in chunks using the Start the upload process for large files API.
This API call returns a managed File object, of the form tensorlake-<file_id>
.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Response
200
application/json
Response with the permanent File ID
The response is of type object
.