1) Create an API key
- Go to
Manage → API Keysin the app - Click “Create key” and copy the value (treat as secret)
2) Upload a file (cURL)
3) List your files (fetch)
Tips
- Rate limits are returned via headers:
X-RateLimit-Limit,X-RateLimit-Remaining,X-RateLimit-Reset. - Common errors:
NO_FILE,INVALID_FILE_TYPE,FILE_TOO_LARGE,STORAGE_LIMIT_EXCEEDED. - Base URL:
https://nulldrop.xyz/api/v1
API Reference
Explore all endpoints and schemas.