Drag & drop files here, or click to select
Maximum file size: 5MB
Upload files up to 100MB
No upload history
/api/upload| Parameter | Type | Required | Description |
|---|---|---|---|
| file | File | Yes | The file to upload |
{
"success": boolean,
"message": string,
"file": {
"id": string,
"name": string,
"size": string,
"mimeType": string,
"createdTime": string,
"url": string,
"infoUrl": string,
"deleteUrl": string
}
}curl -X POST 'https://api.botzaku.eu.org/api/upload' '-F ' 'file=/path/to/file.jpg' -H 'Content-Type: multipart/form-data'