Upload Folder
file
Path
const response = await fetch('/v1/files/folder_upload?folder_name=text', { method: 'POST', headers: { "Content-Type": "multipart/form-data" }, body: JSON.stringify({ "file": "binary" }), }); const data = await response.json();
{ "description": "text", "status": "text", "data": { "filename": "text", "hash": "text" } }