Use this API to trigger dataset creation from a local folder on self-hosted Visual Layer installations.
This method allows teams running Visual Layer on-prem to create datasets directly from local folders, bypassing manual upload or cloud storage.
To create a dataset using a local folder, issue a request to the processing endpoint with the dataset name and path.
Parameter | Description |
---|---|
host | The server address where the Visual Layer API is hosted |
path | Full system path to the folder containing files for processing |
name | The desired name of the dataset |
Assume you want to process a dataset located at /data/project/images
and name it visual_analysis_01
.
In case of a failure, the API returns a descriptive error response. Common issues include:
path
path
or name
parametersContact your system admin or IT team if you encounter connection errors or permission issues during API usage.
Use this API to trigger dataset creation from a local folder on self-hosted Visual Layer installations.
This method allows teams running Visual Layer on-prem to create datasets directly from local folders, bypassing manual upload or cloud storage.
To create a dataset using a local folder, issue a request to the processing endpoint with the dataset name and path.
Parameter | Description |
---|---|
host | The server address where the Visual Layer API is hosted |
path | Full system path to the folder containing files for processing |
name | The desired name of the dataset |
Assume you want to process a dataset located at /data/project/images
and name it visual_analysis_01
.
In case of a failure, the API returns a descriptive error response. Common issues include:
path
path
or name
parametersContact your system admin or IT team if you encounter connection errors or permission issues during API usage.