Recipes
Presigned URL Upload Method
This recipe demonstrates how to upload files using presigned URLs with Reducto.
This is useful if direct uploads exceed the maximum 100MB limit.
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.
Was this page helpful?