---
title: "Validate export storage"
method: POST
path: "/api/storages/export/localfiles/validate"
tags: ["Storage: Local"]
---

# Validate export storage

`POST /api/storages/export/localfiles/validate`

Validate a specific local file export storage connection.

## Request body

- LocalFilesExportStorageValidateRequest
  - `can_delete_objects` boolean, nullable — Deletion from storage enabled
  - `description` string, nullable — Cloud storage description
  - `id` integer — Storage ID. If set, storage with specified ID will be updated
  - `path` string, nullable — Local path
  - `project` integer, required — A unique integer value identifying this project.
  - `regex_filter` string, nullable — Regex for filtering objects
  - `synchronizable` boolean
  - `title` string, nullable — Cloud storage title
  - `use_blob_urls` boolean — Interpret objects as BLOBs and generate URLs

## Response `200`

Validation successful

---

[API](https://skmtc.net/humansignal/apis/label-studio-api.md) · [All operations](https://skmtc.net/humansignal/apis/label-studio-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/humansignal/label-studio-api/revisions/89caa2dca86f/schema)
