Skip to content
mcorucu SEO Tools1.2.0
1.2.01 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

Permissions

Routes use WordPress REST permissions and edit capabilities. AI routes also require AI to be enabled and privacy acknowledgement to be stored.

Deterministic boundary

The analysis and deterministic suggestions endpoints do not require AI and do not call external providers.

Related articles