Reserve Drop upload
drop_upload_reserveReserve an upload slot to obtain an upload ID, enabling a two-step file upload process where content is sent separately.
Instructions
Reserve an upload slot (POST /api/v2/drop/uploads). Then call drop_upload_content with the upload id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scope | No | Default public | |
| org_id | No | Required for private/org scope | |
| sha256 | No | 64-char hex digest | |
| node_id | Yes | ||
| filename | No | ||
| encrypted | No | ||
| size_bytes | Yes | ||
| visibility | No | File visibility; private requires client-side encryption metadata | |
| content_type | No | ||
| idempotency_key | No | ||
| encryption_metadata | No |