API Reference
Submit Audit
Submit a domain for AEO audit and receive a job reference for status polling.
POST
/api/v1/auditsSubmit a domain for AEO audit. Returns immediately with a job reference.
Request Body
| Name | Type | Required | Description |
|---|---|---|---|
domain | string | Required | The domain to audit (e.g., "example.com"). Protocol and www prefix are stripped automatically. |
Example
Response
On success, the API returns the audit slug and current status. Use the slug to GET /audits/[slug]/status and poll until the audit reaches completed.
200Audit queued
Duplicate Handling
If the domain was recently audited (within 7 days), the API returns the existing audit immediately instead of queuing a new one.
200Existing audit returned
Errors
400Invalid domain
Domain normalization strips the protocol (http/https), www prefix, and trailing paths.
https://www.example.com/about becomes example.com.