pydo.genai.get_oauth2_url()

Generated on 7 Jul 2026 from pydo version v0.39.0

Usage

client.genai.get_oauth2_url(type=None, redirect_url=None)
Returns JSONRaises HttpResponseError

Description

To generate an Oauth2-URL for use with your localhost, send a GET request to /v2/gen-ai/oauth2/url. Pass ‘http://localhost:3000 as redirect_url

Parameters

type string optional

Type "google" / "dropbox".

redirect_url string optional

The redirect url.

Response Example

Show Response Example
{
  "url": "example string"
}

More Information

See /v2/gen-ai/oauth2/url in the API reference for additional detail on responses, headers, parameters, and more.

We can't find any results for your search.

Try using different keywords or simplifying your search terms.