Automate secure document workflows with Vault
project_id
values to group documents by matter, client, or internal team structure.
file_paths
field to define relative folder structures so that uploads reflect your organization’s hierarchy.
GET /vault/get_metadata/{project_id}
to confirm files are present. After deletions, check for a 200 confirmation response.
Status Code | Description | Example Error Message |
---|---|---|
201 | Success | N/A |
400 | Bad Request – Missing or invalid input | { "error": "Missing file" } |
401 | Unauthorized – Invalid API key | { "error": "Unauthorized" } |
404 | Not Found – Project or File not found | { "error": "File not found" } |
500 | Internal Server Error | { "error": "Unexpected server error" } |