File APIs
Method and route | Comments |
---|---|
GET /v4/files | Lists/searches files within a Filerobot store. |
GET /v4/files/{file_uuid} | Retrieves all file properties as JSON. |
POST /v4/files | Uploads files into Filerobot with multipart / base64 encoding or from external URL(s). |
PATCH /v4/files/{file_uuid} | Renames a file. |
PUT /v4/files/{file_uuid}/folders/{folder_uuid} | Moves a file from one folder to another. |
DELETE /v4/files/{file_uuid} | Deletes a file. |
DELETE /v4/files | Delete multiple files. |
Was this page helpful?