cURL
curl --request POST \ --url https://nulldrop.xyz/api/v2/upload/bulk \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: multipart/form-data' \ --form isPublic=true
{ "success": true, "data": { "total": 123, "successful": 123, "failed": 123, "results": [ { "success": true, "data": { "id": "<string>", "filename": "<string>", "size": 123, "mimeType": "<string>", "downloadUrl": "<string>", "shareUrl": "<string>", "isPublic": true, "uploadedAt": "2023-11-07T05:31:56Z" } } ] }, "_perf": 123 }
Upload up to 50 files simultaneously with parallel processing
API key authentication (format: nd_xxxxx)
Array of files to upload (max 50)
File visibility - applies to all files
true
false
Files processed
Show child attributes
Request duration in milliseconds