Back to Tools

BigQuery

Data

Google BigQuery analytics. Run SQL queries, manage datasets, and stream data.

Available Actions
queryinserttablesdatasets
Input Schema
{
  "type": "object",
  "required": [
    "query"
  ],
  "properties": {
    "query": {
      "type": "string"
    },
    "projectId": {
      "type": "string"
    }
  }
}
Output Schema
{
  "type": "object",
  "properties": {
    "rows": {
      "type": "array"
    },
    "totalRows": {
      "type": "string"
    }
  }
}
Quick Start

API Endpoint

POST /api/execute/bigquery

cURL Example

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

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