Skip to content
mcorucu SEO Tools1.3.1
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 /analysis
  • POST /recommendations
  • POST /refresh
  • POST /suggestions
  • POST /ai/suggestions
  • POST /audit-job/start
  • POST /audit-job/batch
  • POST /audit-job/cancel
  • POST /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.

Related articles