pydo.genai.get_oauth2_url()
Generated on 20 Oct 2025
from pydo
version
v0.18.0
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
Name | Type | Required | Description | Default Value |
---|---|---|---|---|
type |
string | False | Type “google” / “dropbox”. | |
redirect_url |
string | False | The redirect url. |
More Information
See the API spec for this endpoint to view additional detail on responses, headers, parameters, and more.