/api/files/create#

Creating a new file

  • Endpoint: /api/files/create
  • Method: POST;
  • Authorization: required;
  • Parameters:

Name (required): The name of the new file;

folder_guid: The ID of the folder to which the file needs to be added;

file: The file in binary format, or in Base16 / Base32 encodings;

  • Example:
Request Response

json</p><p> {</p><p> "Name": "Asset 1",</p><p> }</p><p>

[]