Create or recover a durable resumable-upload session
POST/api/v1/uploads
Implements TUS 1.0 creation. Upload-Length is a declared original length, not a Jiandu product limit. Upload-Metadata carries base64 filename, optional conventional filetype (or Jiandu contentType), and allowDuplicate fields. Retrying an identical Idempotency-Key returns the original session Location.
Request
Responses
- 201
- 400
- 401
- 403
- 409
- 412
- 421
- 503
Session created or idempotently recovered; Location identifies it
The multipart shape or Idempotency-Key is malformed
The opaque credential is absent, ambiguous, malformed, expired, revoked, or invalid
The browser mutation did not originate from this application, or the authenticated member lacks the required permission
Duplicate content is disallowed, or an idempotency key was reused for a different request
The strong revision precondition is stale
The Host authority is not allowed by the loopback deployment profile
A required core dependency is unavailable; retry with bounded backoff