v1
latestOpenAPI 3.1.02026-07-173384141.4 KBfiles
Start the upload process for any file larger than 10MB.
This endpoint is the first step in the upload process. There are a total of 3 steps:
- Upload File Init: This endpoint is called first to initiate the upload process. The response contains a presigned URL that can be used to upload the file.
- Upload File: The file is uploaded to the presigned URL. This should be done using a multipart/form-data request via a PUT request.
- Upload File Finalize: This endpoint is called to finalize the upload process. It verifies the file and updates the database with the file information.
post/documents/v1/files_large
Request body
Response
Response object with the temporary File ID and the presigned URL.