Complete reference for the AuditAPI Pro SEO audit API.
AuditAPI Pro performs comprehensive SEO audits on any publicly accessible URL. Submit a URL, get back a detailed analysis with scores, issues, and recommendations.
https://auditapi.pro
All API requests require an API key. Get one free.
/ultimate-seo-audit.php
Full SEO audit on any URL.
| Param | Type | Required | Description |
|---|---|---|---|
url | string | Yes | URL to audit |
api_key | string | No* | Alternative to header |
* Not needed if using header auth.
/mysql-api.php
Registration, login, API key management.
action=register
Params: email, password, password2
action=login
Params: email, password
action=me
Get current user (session required)
action=create_api_key
Params: label (optional)
action=list_api_keys
List all API keys for user
All responses are JSON. Successful audit:
| Code | Error | Description |
|---|---|---|
| 400 | url_required | URL missing |
| 400 | invalid_url | Bad URL format |
| 401 | api_key_required | No API key |
| 401 | invalid_api_key | Bad API key |
| 429 | monthly_limit_exceeded | Monthly limit hit |
| 429 | trial_limit_reached | Free trial limit (3/day) |
| 502 | fetch_failed | Cannot fetch URL |
| 500 | internal_server_error | Server error |
| Tier | Limit | Reset |
|---|---|---|
| Free Trial (no account) | 3 audits/day | 24h |
| Free Account | 1,000 audits/month | Monthly |
All endpoints support CORS with Access-Control-Allow-Origin: *. Preflight OPTIONS requests are handled automatically.