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.
