---
title: "Upload a new media file"
method: POST
path: "/media/upload"
tags: ["media"]
---

# Upload a new media file

`POST /media/upload`

## Response `200`

Uploaded media

- MediaItem
  - `path` string
  - `name` string
  - `size` integer
  - `type` string
  - `url` string
  - `thumbnail_url` string
  - `uploaded_at` string, date-time
  - `uploaded_by` string
  - `metadata` GenericObject
  - `exif` GenericObject

---

[API](https://skmtc.dev/sphireinc/apis/foundry-api.md) · [All operations](https://skmtc.dev/sphireinc/apis/foundry-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/sphireinc/foundry-api/revisions/3696c13096d0/schema)
