Storage: Local

Validate import storage

Validate a specific local file import storage connection.

post/api/storages/localfiles/validate

Request body

descriptionstring

Storage description

idinteger

Storage ID. If set, storage with specified ID will be updated

pathstring

Path to local directory

projectinteger

Project ID

regex_filterstring

Regex for filtering objects

titlestring

Storage title

use_blob_urlsboolean

Interpret objects as BLOBs and generate URLs. For example, if your directory contains images, you can use this option to generate URLs for these images. If set to False, it will read the content of the file and load it into Label Studio.

Response

Validation successful

Changes