---
title: "Authorize Google Cloud"
method: GET
path: "/oauth/google-cloud/authorize"
tags: ["google-cloud-oauth"]
---

# Authorize Google Cloud

`GET /oauth/google-cloud/authorize`

Start Google Cloud OAuth flow

Parameters:
- instance_id: Identifier for the instance requesting authorization
- client_id: Optional client ID for white labeling
- scope: Optional scopes to request (comma-separated)
- redirect_url: Optional URL to redirect to after authorization completes

## Query parameters

- `instance_id` string, required — Unique identifier for the client instance requesting authorization
- `client_id` string, nullable — Client ID for white labeling, if not provided will use default credentials
- `scope` string, nullable — Optional OAuth scopes to request (comma-separated string)
- `redirect_url` string, nullable — Optional URL to redirect to after authorization completes

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/klavis-ai/apis/klavis-ai-https-www-klavis-ai.md) · [All operations](https://skmtc.net/klavis-ai/apis/klavis-ai-https-www-klavis-ai/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/klavis-ai/klavis-ai-https-www-klavis-ai/versions/1f05ced7280f/schema)
