---
title: "Upload a feed file"
method: POST
path: "/files/{path}"
tags: ["File"]
---

# Upload a feed file

`POST /files/{path}`

Upload a file to your organization's Fusion file system, making it available for Fusion flows or retrieval via the download endpoint.

## Path parameters

- `path` string, required

## Response `200`

Uploaded feed file

- FileUploadResponse
  - `type` 'file'
  - `name` string
  - `path` string
  - `format` string
  - `hash` string
  - `created` string, date-string
  - `size` number — File size in bytes.

---

[API](https://skmtc.net/recordedfuture/apis/alert-api.md) · [All operations](https://skmtc.net/recordedfuture/apis/alert-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/recordedfuture/alert-api/revisions/c8c2f68d8b60/schema)
