File APIs
API | Description |
---|---|
GET /v4/file/{file_uuid} | Retrieves all file properties as JSON |
GET /v4/files | Lists all files and folders within a Filerobot store |
POST /v4/upload | Uploads files into Filerobot with multipart / base64 encoding or from external URL(s) |
PUT /v4/upload | Streams large files in chunk into Filerobot (> 100 MB) |
GET /v4/search | Searches files and folders within the Filerobot store |
GET /{file_path} | Downloads/retrieves file identified by its path. Metadata and Info are returned in the HTTP response headers. You need to use the following domain: store.filerobot.com/{project_token} |
GET /v4/get/{file_uuid} | Downloads/retrieves file identified by its uuid. Metadata and Info are returned in the HTTP response headers |
DELETE /v4/file/{file_uuid} | Deletes a file |
DELETE /v4/files | Deletes multiple files |
POST /v4/files/move | Moves files from one folder to another |
PUT /v4/file/{file_uuid}/name | Renames a file |
Was this page helpful?