Generate a branded PDF report
generate_reportProduce a branded PDF report for a project: the full project report, or a web audit as a complete report or an issues-only list.
project_id is a ranking id from list_projects. Choose kind: full for the whole project report, audit_full for the complete web audit, or audit_issues for the issues-only list. Returns a one-time download link, or a local file path when run locally. Requires the report feature enabled on the account. (free — cached render)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | No | Which branded PDF: full = the whole project report; audit_full = complete web audit; audit_issues = the audit issues list only. | full |
| period | No | Report window in days (7, 30 or 90) — used by kind=full | |
| sections | No | Subset for kind=full; omit for all | |
| project_id | Yes | Ranking id from list_projects |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | Yes | ||
| filename | Yes | ||
| file_path | No | ||
| expires_at | No | ||
| size_bytes | Yes | ||
| download_url | No |