Put File (Upload Object)


Automate post JSON data based on defined interval within SMART Documents System, informing out-going system of document to be canceled and removed from the system.


Endpoint URL

https://smartdoc.myhumatrix.com/service/put_file


POST

Header  
   token:  {API Token}
Body
   file: binary
   filename: filename which will be created on object storage
            

Response

{  
   "message":"Success",
   "file_id":"5e96ea4b8e2a5"
}