Welcome to Saka Logistics

Your trusted partner in logistics solutions

Fast Delivery

Quick and reliable shipping services across the region

Tracking

Real-time tracking of your shipments

24/7 Support

Round-the-clock customer service

File Upload Testing

Test the file upload functionality with our interactive upload components.

Go to Upload Test Page →

Public File Upload API

Upload files without authentication to our S3-compatible storage:

POST /api/files/public-upload
// Request Body (multipart/form-data) { "file": File, "name": "document.pdf", "directory": "documents" // optional: default | profileImages | documents | temp } // Response { "success": true, "fileUrl": "https://minio.example.com/bucket/documents/abc123.pdf", "fileName": "document.pdf", "mimeType": "application/pdf", "size": 102400, "uploadedAt": "2025-11-23T12:46:44.000Z" }

Supported Directories:

  • default - General uploads
  • profileImages - Profile pictures
  • documents - Documents and files
  • temp - Temporary uploads