---
title: "Upload a file to a VOD mount"
method: POST
path: "/vod/{name}/files"
tags: ["vod"]
---

# Upload a file to a VOD mount

`POST /vod/{name}/files`

## Path parameters

- `name` string, required

## Query parameters

- `path` string

## Response `201`

Created

- ApidocsVODFileData
  - `data` VodFileEntry
    - `ingest_url` string
    - `is_dir` boolean
    - `mod_time_unix` integer
    - `name` string
    - `path` string — path relative to the mount root, with forward slashes
    - `play_url` string
    - `size` integer

## Other responses

- `400` — Bad Request
- `404` — Not Found
- `409` — Conflict
- `413` — Request Entity Too Large
- `500` — Internal Server Error

---

[API](https://skmtc.net/datvietvac-techhub/apis/open-streamer-api.md) · [All operations](https://skmtc.net/datvietvac-techhub/apis/open-streamer-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/datvietvac-techhub/open-streamer-api/revisions/9f723293b698/schema)
