Start the YouTube connect flow
POST/api/v1/youtube/connect
Begins connecting the caller's YouTube account. Returns an authorizeUrl the caller opens in a browser to grant access; the connection is completed by the browser callback. Account-scoped (no chatbot). Required scope: videos:write.
Responses
- 200
- 401
- 403
- 429
The URL to open to authorize the YouTube connection.
Unauthorized — missing or invalid API key
Forbidden — key lacks required scope
Too Many Requests — rate limit exceeded