1.3.11 min read
REST API
REST endpoints used by the editor and integrations.
mcorucu SEO Tools registers REST routes under:
Code
mcorucu-seo-tools/v1
Endpoints
POST /analysisPOST /recommendationsPOST /refreshPOST /suggestionsPOST /ai/suggestionsPOST /audit-job/startPOST /audit-job/batchPOST /audit-job/cancelPOST /audit-job/retry
Permissions
Routes use WordPress REST permissions and edit capabilities. AI routes also require AI to be enabled and privacy acknowledgement to be stored.
Audit job routes require the plugin administrator capability, bind jobs to the initiating user, process at most five selected items per batch, and never call AI.
Deterministic boundary
The analysis and deterministic suggestions endpoints do not require AI and do not call external providers.