---
title: "Upload File"
method: POST
path: "/v1/files"
---

# Upload File

`POST /v1/files`

Upload a file to your storage.

## Headers

- `X-Data-Retention` boolean

## Response `200`

Successful Response

- FileMetaResponse — Metadata info for this file.
  - `file_id` string, uuid, required
  - `status` string, required
  - `original_name` string, nullable, required
  - `size_bytes` integer, nullable, required
  - `uploaded_by` string, nullable
  - `created_at` string, date-time, required

---

[API](https://skmtc.net/spi-tch/apis/spitch-api.md) · [All operations](https://skmtc.net/spi-tch/apis/spitch-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/spi-tch/spitch-api/versions/345ddd9a88d1/schema)
