CDN KAZAMA

Host images, videos, audio, and any file. Get direct links instantly.

Select or drop files
JPG PNG GIF WEBP SVG MP4 MKV MP3 WAV PDF ZIP DOCX XLSX HTML TXT ALL

Maximum file size: 500 MB

Uploading...

API INTEGRATION

Upload files programmatically using our REST API endpoint

TOTAL FILES
0 files
TOTAL SIZE
0 B
POST https://cdn.kzshop.my.id/upload
CODE EXAMPLES
// cURL Example
curl -X POST https://cdn.kzshop.my.id/upload \
  -F "file=@/path/to/your/file.jpg"

// JavaScript Fetch Example
const formData = new FormData();
formData.append('file', fileInput.files[0]);

fetch('https://cdn.kzshop.my.id/upload', {
  method: 'POST',
  body: formData
})
.then(res => res.json())
.then(data => {
  if(data.success) {
    console.log('File URL:', data.url);
  }
});

// Response Format
{
  "success": true,
  "url": "https://cdn.kzshop.my.id/storage/image-a1b2c3d4e5f6.jpg",
  "size": "1.23 MB",
  "filename": "image-a1b2c3d4e5f6.jpg",
  "type": "image/jpeg"
}
UPLOAD SUCCESS
File berhasil diupload ke CDN Kazama
FILE URL
Open File