POST
/
documents
/
v1
/
files_large
/
{presigned_id}
curl --request POST \
  --url https://api.tensorlake.ai/documents/v1/files_large/{presigned_id} \
  --header 'Authorization: Bearer <token>'
{
  "id": "<string>"
}

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

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

presigned_id
string
required

Response

200
application/json
Response with the permanent File ID

The response is of type object.