Important: This plugin requires an active Contentee.ai account and a paid subscription to function.
This plugin is a connector that allows your WordPress site to receive and publish content created in the Contentee.ai platform.
Contentee.ai is an external content management and publishing service. Using this plugin, you can securely connect your WordPress site to Contentee.ai and publish content directly to WordPress without manual copying or uploads.
Using this plugin together with Contentee.ai can help you:
With this plugin, you can:
This plugin connects to the Contentee.ai service (contentee.ai).
To use this plugin, you must:
* Have an active Contentee.ai account
* Have a valid API key generated in your Contentee.ai dashboard
When publishing content, the following data is sent from Contentee.ai to your WordPress site:
* Post content (title, body, and language)
* Media files (images and videos)
* Publishing preferences (post type, category, status)
* Content URLs used for optional social media sharing
No data is sent from your WordPress site to Contentee.ai unless you explicitly connect the site using your API key and initiate publishing actions.
API keys are generated and managed by the site owner in Contentee.ai and can be revoked at any time.
For more information about how data is handled by Contentee.ai, please refer to:
* Privacy Policy: https://contentee.ai/en/privacy
* Terms of Use: https://contentee.ai/en/terms
This plugin registers the following REST API endpoints:
GET /wp-json/contentee/v1/verify – Verify connection and get site infoGET /wp-json/contentee/v1/settings – Get publishing settingsPOST /wp-json/contentee/v1/publish – Publish content with optional language parameterGET /wp-json/contentee/v1/categories – Get available categoriesGET /wp-json/contentee/v1/templates – Get available page templatesGET /wp-json/contentee/v1/languages – Detect installed language plugins and available languagesGET /wp-json/contentee/v1/version – Get plugin versionAll endpoints (except version) require the x-api-key header for authentication using the WordPress-specific API key generated during registration.