MediaKita

Drag & drop files here, or click to select

Maximum file size: 5MB

Large File Upload

Upload files up to 100MB

Features:

  • Upload files up to 100MB
  • Fast and reliable storage
  • Advanced file management
  • Secure file handling
Open Uploader

Upload History

No upload history

API Documentation

POST/api/upload

Request Parameters

ParameterTypeRequiredDescription
fileFileYesThe file to upload

Response Format

{
  "success": boolean,
  "message": string,
  "file": {
    "id": string,
    "name": string,
    "size": string,
    "mimeType": string,
    "createdTime": string,
    "url": string,
    "infoUrl": string,
    "deleteUrl": string
  }
}

Code Examples

curl -X POST 'https://api.botzaku.eu.org/api/upload' '-F ' 'file=/path/to/file.jpg' -H 'Content-Type: multipart/form-data'

Rate Limits

  • Maximum file size: 5MB
  • Max requests per second: 1
  • Supported: Images, Videos, Docs

Error Codes

400Bad Request - Invalid file
401Unauthorized - Auth failed
429Too Many Requests
500Internal Server Error