DigitalOcean-public.v2-new_GradientAI Platform
Get Oauth2 URL
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
get/v2/gen-ai/oauth2/url
Query parameters
typestring
Type "google" / "dropbox".
redirect_urlstring
The redirect url.
Response
A successful response.
Example response
{
"url": "example string"
}