Getting Started
Getting Started
Set up your API key and run your first AEO audit in under 5 minutes.
Quick Start
Get your API key, submit a domain, and retrieve your first AEO audit in three steps.
Prerequisites
- An AEO Content AI account with an active plan (Starter, Growth, or Scale)
- API key with
readandwritepermissions
Don't have an account yet? Start with a free audit at aeocontent.ai to see your score before subscribing.
Step 1: Get Your API Key
- Go to my.aeocontent.ai and navigate to API Keys
- Click Create API Key (requires SMS verification for security)
- Your key will follow the format:
aeo_live_+ 32 hex characters - Store the key securely - the full key is only shown once at creation
Never expose your API key in client-side code. Use environment variables and server-side requests only.
Step 2: Submit Your First Audit
Submit a domain for audit by sending a POST request. The API will queue the audit and return a slug you can use to check its status.
Example response
Step 3: Poll for Results
Audits take a few minutes to complete. Poll the status endpoint until the audit reaches completed.
Status progression
pendingAudit is queued and waiting to be picked updiscoveringIdentifying competitors and classifying your domainauditingAI engines are evaluating your site across 22 criteriaseedingProcessing and storing the audit resultsvisibilityTesting your domain against real AI engine queriescompletedAudit is ready to retrieveStep 4: Get Your Audit
Once the status reaches completed, retrieve the full audit report with scores, findings, and recommendations.
Add ?include=fix_prompts to the request to receive actionable remediation advice alongside each finding - ready to pass directly to an AI coding agent.