Create a new audit project
Creates a new audit project for a client. Costs 1,000 credits. Returns the project with status setup. After creation, the typical next step is to upload documents via the web app, then trigger POST /api/projects/{id}/audit-analysis to run the synthesis pipeline. The async audit endpoint is available for projects that already have current document and interview analyses.
Plan required: an audit-capable write plan. If the caller’s plan cannot create projects, the API returns 403 with tier details.
Documentation Index
Fetch the complete documentation index at: https://docs.auditynow.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
A Personal Access Token issued from https://app.auditynow.com/dashboard/settings/api-tokens. Format: aky_<32 random chars>.
Body
1 - 200Free-text industry (e.g. 'Manufacturing', 'Healthcare', 'SaaS').
1 - 100Free-text size band (e.g. '1-10', '50-200', '200-500', '1000+').
502000ISO 4217 currency code for monetary values in deliverables.
3Response
Project created
Lifecycle state of an audit project.
setup, analysis, interviews, complete, archived 
