Back to Tools

Google Cloud Storage

Cloud

Google Cloud Storage for object storage. Upload, download, and manage files.

Available Actions
uploaddownloadlistdeletesign
Input Schema
{
  "type": "object",
  "required": [
    "bucket",
    "action"
  ],
  "properties": {
    "action": {
      "type": "string"
    },
    "bucket": {
      "type": "string"
    },
    "object": {
      "type": "string"
    }
  }
}
Output Schema
{
  "type": "object",
  "properties": {
    "url": {
      "type": "string"
    },
    "objects": {
      "type": "array"
    }
  }
}
Quick Start

API Endpoint

POST /api/execute/gcs

cURL Example

curl -X POST \
  https://api.nulayers.com/execute/gcs \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"action": "upload"}'
Integration

Get your API key from the dashboard to start using this tool in your AI applications.