
開發者團隊
原文外掛簡介
Install this plugin on the WordPress site you want Webalyze to control.
Activate the plugin.
Open Settings → Webalyze Connector.
Copy the Site URL and API key into Webalyze → Connections → WordPress.
Ask Webalyze chat to list pages, create posts, edit content, publish, or change styles.
Anyone with the API key can create, edit, publish, and delete content. Keep it private.
REST API
Base: /wp-json/webalyze/v1/
Auth: Authorization: Bearer
GET /status — health + capabilities
GET/POST /site — site info / update name, description, styles
GET /content — list pages/posts (type, search, status, per_page)
GET /content/{id} — full content (HTML/blocks)
POST /content — create page/post
POST|PATCH|PUT /content/{id} — update title, content, status, taxonomies, styles
DELETE /content/{id} — trash (or ?force=true)
GET/POST /styles — site-wide background styles
GET/POST /pages/{id}/styles — per-page styles
GET/POST /media — list / sideload image from URL
GET /taxonomies/categories · /taxonomies/tags
Legacy: GET /pages still lists content.
