Precheck Usage
Usage
Precheck Usage
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 analysis
Use 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 reached
GET
Precheck Usage
Documentation Index
Fetch the complete documentation index at: https://docs.getquikly.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Query Parameters
Operation to check
Available options:
api_call, proposal_create, ai_analysis