API Reference
Get Opportunities
Get prioritized opportunities and criterion-level fix items for a domain, sorted by potential score gain.
GET
/api/v1/audits/[slug]/opportunitiesReturns strategic deliverables (opportunities) and criterion-level fix suggestions sorted by potential score impact. No full prompt text - use the Get Audit endpoint with include=fix_prompts for detailed remediation prompts.
Path Parameters
| Name | Type | Required | Description |
|---|---|---|---|
slug | string | Required | Domain slug (e.g., "notion-com") |
Example
Try it
Response
200Opportunities data
404Not found
Fix items are sorted by potential_gain (descending). Focus on the top 3 for the biggest score improvement.