evidence_multipart_upload_start
Starts a multipart upload session for large evidence files, returning upload coordinates for uploading in parts. Use when a single presigned PUT is insufficient.
Instructions
Starts a MULTIPART upload session for a large evidence file (returns the upload coordinates for uploading the file in parts). Use when a single presigned PUT is not enough for the file size. Requires: an already-registered evidence (evidence_group_evidence_register or generate_evidence → evidenceId) and the file name.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | ||
| fileName | Yes | ||
| metadata | No | ||
| createdBy | Yes | ||
| testimony | Yes | ||
| capturedAt | Yes | ||
| caseFileId | No | MANDATORY. UUID of the parent case file. Obtain from evidence_case_file_create. | |
| evidenceId | Yes | MANDATORY. UUID of the evidence record. Obtain from evidence_group_evidence_register or generate_evidence. | |
| evidenceGroupId | No | MANDATORY. UUID of the evidence group. Obtain from evidence_group_create. | |
| requiredTestimonyProviders | No |