Documentation Index
Fetch the complete documentation index at: https://docs.nulldrop.xyz/llms.txt
Use this file to discover all available pages before exploring further.
Overview
Null Drop v2 provides a REST API to upload and manage files with performance optimizations.- Base URL:
https://nulldrop.xyz/api/v2 - Auth: Bearer token (pass your API key in the
Authorizationheader)
Endpoints
POST /upload– Upload a file (multipart form-data, fields:file,isPublic)POST /upload/bulk– Upload multiple files (up to 50 files simultaneously)GET /files– List your filesGET /files/{id}– Get a single fileGET /files/{id}/download– Download a fileDELETE /files/{id}– Delete a fileDELETE /files/bulk– Delete multiple files (up to 50 files simultaneously)
What’s New in v2?
isPublic parameter: Control file visibility during upload (defaults totrue)_perf field: Response time tracking in milliseconds