Estimate an Audit's Price — No Upload Required
estimate_auditPrice an audit before buying one: give a GitHub repository URL, or a manifest of paths and byte sizes — no file content, nothing uploaded — and get the tier (Audit or Full Audit), the pass count and the exact price. No account or key is needed: it never charges, runs no audit, calls no model and stores nothing. Signed in it also returns your credit balance and whether an unspent Audit covers the run; a guest quote omits both. fullScan: true prices Full Audit.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| files | No | A manifest of paths and sizes only, in place of `repoUrl` — the same set you would post. Over the cap the answer names it and how to trim. Send one or the other. | |
| repoUrl | No | GitHub repository URL or owner/repo. Mutually exclusive with `files` — send one. | |
| fullScan | No | Price Full Audit (every eligible file, or a refusal with the reason when the selection is too large) instead of the default Audit. | |
| githubToken | No | Optional GitHub personal access token (read-only) for a private repo. |