evidence_thumbnail_url_get
Get a temporary thumbnail URL for image evidence at any size, enabling quick visual verification without downloading the original file.
Instructions
Retrieves a temporary URL for an image evidence's thumbnail at the requested size — use for quick visual verification without downloading the original file. Requires: caseFileId + evidenceGroupId + evidenceId (image-type evidence only) and a thumbnailSize path value.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| groupId | Yes | ||
| caseFileId | Yes | 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. | |
| thumbnailSize | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | ||
| url | No | ||
| type | No | ||
| expiration | No |