Upload a feed file

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

What this endpoint does

Uploads a file to the Fusion file system using a raw binary request body (application/octet-stream — not multipart/form-data). The destination path is specified in the URL. User-uploaded files are typically stored in your organization's /home/{org}/ directory. Files uploaded here can be consumed by Fusion flows or downloaded via Fusion Files: Get. To verify the upload, use Fusion Files: Stat. To delete, use Fusion Files: Delete. Path values must be URL-encoded (forward slashes become %2F).

Response data

Returns file metadata confirming the upload — name, path, format, SHA-256 hash, creation timestamp, and size in bytes.

Path Params
string
required

File path. Special characters may be required to be URL encoded depending on which HTTP client is used.

For example, the path '/public/risklists/default_ip_risklist.csv' would be URL encoded as '%2Fpublic%2Frisklists%2Fdefault_ip_risklist.csv'
where the '/' character is encoded as '%2F'. See an HTML URL Encoding Reference for the full encoding table.

Body Params
Response

Language
Credentials
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json