Upload documents
Uploads one or more documents to a workspace. Each document is encrypted and streamed to storage. The batch is atomic: either every document is recorded, or on any failure none are and the request fails.
Path Parameters
Workspace identifier.
Body
multipart form data
Response
Creation timestamp.
Display name.
File extension (without dot). Owned by the document.
Lowercase hex-encoded SHA-256 of the document's plaintext content. Resolved from the backing blob.
Unique document identifier.
The document's role (original or redacted).
"original"Original filename when uploaded.
Size in bytes. Resolved from the backing blob.
Last update timestamp.
Account that uploaded/created the document.
URL-safe workspace handle. Display-only.
3 - 32^[a-z0-9]+(?:-[a-z0-9]+)*$Unique identifier of the workspace.