Examplary
  • Start for free

    OAuth authorization endpoint

    Initiates OAuth authorization flow. Redirects to the frontend authorization UI where users can approve or deny access.

    GET https://api.examplary.ai/oauth/authorize

    Query parameters

    response_typestringrequired

    Allowed values:code

    client_idstringrequired
    redirect_uristring· urirequired
    scopestring· default: openid profile email
    statestring
    code_challengestring
    code_challenge_methodstring

    Allowed values:plainS256

    Requirements

    Rate limit

    100 requests per minute per IP address.