Upload
Presigned URL Upload Method
Demonstrating how to upload files using presigned URLs with Reducto.
This is useful if direct uploads exceed the maximum 100MB limit. With this method, you can upload files up to 5GB.
1
Request a presigned URL
Request a presigned URL from the /upload
endpoint.
2
Upload the file using the presigned URL
Upload the file using the presigned URL using a PUT request.
3
Parse the file
Parse the file using the /parse
endpoint. Pass the file_id
from the response in first step.