Skip to main content
POST
Upload evidence to a case

Authorizations

Authorization
string
header
required

access token

Body

multipart/form-data
caseID
string
required

ID of the case to attach the evidence to. Must be sent before the file part.

Example:

"2025-08-00123"

description
string
required

Short description of the evidence. Must be sent before the file part.

Example:

"Photo from the incident on May 5, 2025"

file
file
required

The evidence file to upload (single file only).

makePublic
enum<string>

Whether to immediately add the evidence to the docket before the evidence exchange phase.

Available options:
true,
false
Example:

"true"

Response

Evidence successfully uploaded.

uploadID
string

ID of the created evidence upload.

Example:

"12"