cURL
curl --request GET \ --url https://api.faces.sh/v1/oauth/{provider}/authorize
{ "authorize_url": "<string>", "state": "<string>", "provider": "<string>" }
Return an OAuth authorization URL for the given provider.
Requires connect plan. Returns 403 for free/standard/pro. Returns 501 for providers other than ‘openai’ (stubbed for future).
Successful Response