Complete File Upload
File Management
Complete File Upload
Mark a file upload as complete and update metadata.
Call this endpoint after successfully uploading a file using the presigned URL
from the /upload/{filename} endpoint to finalize the upload process.
Parameters:
- file_id: The file ID returned from the initial upload request
Optional Request Body:
{
"size": 1048576 // File size in bytes
}
Response:
- Upload completion status
- Final file metadata
- Upload timestamp
POST
Complete File Upload
Path Parameters
Response
Successful Response