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

# Validate export storage

`POST /api/storages/export/gcs/validate`

Validate a specific GCS export storage connection.

## Request body

- object
  - `bucket` string — GCS bucket name
  - `can_delete_objects` boolean — Deletion from storage enabled.
  - `description` string — Storage description
  - `google_application_credentials` string — The content of GOOGLE_APPLICATION_CREDENTIALS json file. Check official Google Cloud Authentication documentation for more details.
  - `google_project_id` string — Google project ID
  - `id` integer — Storage ID. If set, storage with specified ID will be updated
  - `prefix` string — GCS bucket prefix
  - `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)
