Audity has three plans: Solo, Team, and Enterprise. Limits are enforced at the account level. The API returns your current tier fromDocumentation Index
Fetch the complete documentation index at: https://docs.auditynow.com/llms.txt
Use this file to discover all available pages before exploring further.
GET /api/user/tier and your remaining credits from GET /api/user/credits.
Plan comparison
| Feature | Solo | Team | Enterprise |
|---|---|---|---|
| Seats | 1 | Up to 5 | Unlimited |
| Projects / audits | 10 active | 50 active | Unlimited |
| Credits per billing period | 5,000 | 25,000 | Custom |
| Document analyses | 10 per project | 50 per project | Unlimited |
| Audit analyses | 10 per project | 50 per project | Unlimited |
| ReadyLinks | 1 | 10 | Unlimited |
| White-label reports | No | No | Yes |
| Custom domain ReadyLinks | No | No | Yes |
| Webhook integrations | No | Yes | Yes |
| Priority support | No | No | Yes |
Credits
Credits are consumed by write operations that trigger AI synthesis:| Operation | Credit cost |
|---|---|
Create a project (POST /api/projects) | 1,000 |
Convert a lead (POST /api/lead-generation/leads/{id}/convert) | 1,000 |
Trigger audit analysis (POST /api/projects/{id}/audit-analysis) | Varies by depth |
GET /api/user/credits to check your current balance before running batch operations.
If a write operation returns
402, you have insufficient credits. Top up via the Audity billing page or upgrade your plan.Tier enforcement in the API
When an API call requires a higher tier, the response is403 with a requiredTier field:
requiredTier to give users a clear upgrade prompt rather than a generic error.
Checking your current tier
Related
- Glossary, definitions of credits, projects, and other key terms
- Error codes, full list of API error codes including credit-related errors

