File Storage REST Endpoints
File Storage
Manage files.
- Create a File
- Method: postPath:
/vision/api/fileStorage
- Delete a File by ID
- Method: deletePath:
/vision/api/fileStorage/{id}
- Delete a File by Name
- Method: deletePath:
/vision/api/fileStorage/forFileName/{fileName}
- Get a File by ID
- Method: getPath:
/vision/api/fileStorage/{id}
- Get a File by Name
- Method: getPath:
/vision/api/fileStorage/forFileName/{fileName}
- Get a Raw File by ID
- Method: getPath:
/vision/api/fileStorage/rawFile/{id}
- Get a Raw File by Name
- Method: getPath:
/vision/api/fileStorage/rawFile/forFileName/{fileName}
- Get Files
- Method: getPath:
/vision/api/fileStorage
- Get Files by Vision Type
- Method: getPath:
/vision/api/fileStorage/forVisionType/{visionType}