Trigger the audit synthesis pipeline
Runs Audity’s full audit synthesis for the project: downloads documents, extracts text, runs the map-reduce AI synthesis pipeline, saves the resulting audit_analysis row, and may queue downstream framework jobs.
This is a synchronous, long-running call. Typical duration: 60–300 seconds depending on document volume. The HTTP request will block until completion. For projects that already have current document and interview analyses, short-timeout clients can use POST /api/agent/projects/{id}/audit-analysis/async and poll GET /api/agent/jobs/{jobId}.
Cost: consumes AI compute credits (separate from the 1,000-credit project creation cost). Plan required: an audit-capable write plan.
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>.
Path Parameters
The project's UUID.

