AWS S3 Upload
AWS S3 file upload operations
Upload multiple files to AWS S3 with automatic cleanup
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
filesstring · binary[]RequiredExample:
Multiple files to upload to S3 (JPEG, PNG, GIF, PDF)
["file1.jpg","file2.png","document.pdf"]folderstringRequiredExample:
S3 folder path where files will be stored
uploads/documentsResponses
200
Files uploaded to S3 successfully
application/json
400
S3 upload error
application/json
500
S3 upload failed
application/json
post
/upload/s3Last updated