
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:
- Publish SEO-focused content consistently without manual work
- Support long-term organic traffic growth through regular content publishing
- Create content tailored to your business services, products, and target audience
- Scale your content production while keeping full control inside WordPress
With this plugin, you can:
- Publish posts and pages created in Contentee.ai directly to WordPress
- Automatically upload and manage media (images and videos) in the WordPress Media Library
- Increase content visibility by sharing published articles to connected social media channels automatically
- Set default publishing preferences such as post type, category, and status
- Maintain consistent structure and formatting when publishing content
- Publish multilingual content with automatic language detection
- Automatically translate articles into multiple languages (AI-powered) and publish all versions when using WPML or Polylang — select your target languages in Contentee.ai and each article is translated and published with proper translation linking
- Integrate with popular translation plugins including Polylang, WPML, TranslatePress, Weglot, GTranslate, MultilingualPress, and Loco Translate
- Full WordPress Multisite support with network-wide activation and a Network Admin settings page for managing all sites
- Automatically set SEO meta descriptions and focus keyphrases for Yoast SEO, Rank Math, and All in One SEO
Automatic Translation
When you use WPML or Polylang, Contentee.ai can automatically translate your articles before publishing. In your SEO automation settings, select which languages your WordPress site supports. Contentee.ai will then translate each article (title, content, meta description, focus keyphrase) into those languages using AI, and publish all versions in a single request. Translations are correctly linked as language variants of the same post — each shares the same translation group in WPML or Polylang, so language switchers work as expected. The same featured image is used for every language version, and SEO meta is set per translation for Yoast SEO, Rank Math, and All in One SEO.
External Service Requirement
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
API Endpoints
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 version
All endpoints (except version) require the x-api-key header for authentication using the WordPress-specific API key generated during registration.