# Upload files

Uploads multiple files to an S3-compatible storage and returns their unique keys. The request must contain one or more files in multipart/form-data format.

Endpoint: POST /api/v2/files/
Version: 2.0
Security: Bearer Authentication

## Query parameters:

  - `recordUuid` (string)
    Optional record UUID to directly link uploaded files as attachments.
    Example: "record12345"

## Response 200 fields (application/json):

  - `message` (string)
    A message detailing the result of the operation.
    Example: "Success"

  - `data` (any)
    The data payload of the response, if any.


## Response 400 fields

## Response 500 fields
