Files Overview
The Files service handles uploading vehicle photos, EDR data, and other documents to your cases.
Limits
- Maximum file size: 50MB per file
- Supported formats: JPEG, PNG, WebP, PDF, DOC, DOCX, CSV
- Files are validated and processed immediately upon upload
File Properties
| Property | Type | Description |
|---|---|---|
id | string | Unique file identifier |
name | string | Original filename |
caseId | string | Associated case ID |
type | string | MIME type |
size | int64 | File size in bytes |
status | string | Processing status |
created | int64 | Upload timestamp |