API Docs
Coming soonOne endpoint. POST a file, get a URL back. The docs are one page long.
Overview
The simpledrop API lets you upload files programmatically. You need an API key (available on Pro and Team plans). The response is a shareable URL.
Upload endpoint
POST https://simpledrop.zip/api/upload Content-Type: multipart/form-data Authorization: Bearer YOUR_API_KEY file: [binary] spaceId: (optional) existing space ID
Returns JSON with url, fileId, and expiresAt.
Getting an API key
API access is included with Pro and Team plans. After subscribing, find your API key in Dashboard → Settings. Keep it secret. Do not commit it to version control.
Need more?
For detailed examples, webhooks, and rate limits, see our Articles. Or contact support@simpledrop.zip.
