GitDrop

Developer tools

Upload API

Create repository snapshots from scripts and receive the same shareable page used by the browser uploader.

POST /api/upload

multipart/form-data

Terminal
curl -F file=@repo.zip \
  -F password=optional \
  https://gitdrop.co/api/upload

Command-line multipart uploads should stay below 4 MB. The website uses direct Blob uploads to support the full 10 MB repository limit.