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

# Validate export storage

`POST /api/storages/export/azure/validate`

Validate a specific Azure export storage connection.

## Request body

- object
  - `account_key` string — Azure Blob account key
  - `account_name` string — Azure Blob account name
  - `can_delete_objects` boolean — Deletion from storage enabled
  - `container` string — Azure blob container
  - `description` string — Storage description
  - `id` integer — Storage ID. If set, storage with specified ID will be updated
  - `prefix` string — Azure blob prefix name
  - `project` integer — Project ID
  - `title` string — Storage title

## Response `200`

Validation successful

---

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