Pre-check if you can perform an operation before executing it.
Required scope: read
Operations:
api_call: Standard API call (default)proposal_create: Creating a new proposalai_analysis: AI-powered analysisUse this in your n8n workflows to check limits before operations:
1. Call GET /usage/precheck?operation=proposal_create
2. If can_proceed=true, call POST /proposals
3. If can_proceed=false, handle the error or trigger upgrade flow
Returns:
can_proceed: Whether the operation can be performedreason: If can_proceed=false, explains whyquota_remaining: Remaining monthly quota (-1 = unlimited)rate_remaining: Remaining rate limit this minutetier: Current subscription tierupgrade_url: URL to upgrade if limits reachedOperation to check
api_call, proposal_create, ai_analysis