AWS S3 Upload

AWS S3 file upload operations

Upload files to AWS S3

post
/upload/s3

Upload multiple files to AWS S3 with automatic cleanup

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
filesstring · binary[]Required

Multiple files to upload to S3 (JPEG, PNG, GIF, PDF)

Example: ["file1.jpg","file2.png","document.pdf"]
folderstringRequired

S3 folder path where files will be stored

Example: uploads/documents
Responses
200

Files uploaded to S3 successfully

application/json
post
/upload/s3

Last updated