Title: ContentsOps – AI Humanizer &amp; Content Writer
Author: voxinity
Published: <strong>July 5, 2026</strong>
Last modified: July 5, 2026

---

Search plugins

![](https://ps.w.org/contentsops-ai-humanizer-content-writer/assets/icon-256x256.
png?rev=3597024)

# ContentsOps – AI Humanizer & Content Writer

 By [voxinity](https://profiles.wordpress.org/voxinity/)

[Download](https://downloads.wordpress.org/plugin/contentsops-ai-humanizer-content-writer.1.0.6.zip)

 * [Details](https://wordpress.org/plugins/contentsops-ai-humanizer-content-writer/#description)
 * [Reviews](https://wordpress.org/plugins/contentsops-ai-humanizer-content-writer/#reviews)
 *  [Installation](https://wordpress.org/plugins/contentsops-ai-humanizer-content-writer/#installation)
 * [Development](https://wordpress.org/plugins/contentsops-ai-humanizer-content-writer/#developers)

 [Support](https://wordpress.org/support/plugin/contentsops-ai-humanizer-content-writer/)

## Description

ContentsOps is an AI content platform that writes human-sounding, long-form articles.
This companion plugin lets ContentsOps publish those posts (with inline and featured
images and SEO meta) to this site over a private REST API authenticated with a site
key.

It exposes three endpoints under `/wp-json/contaihu/v1/`:

 * `GET /verify` — pairing probe returning the site identity.
 * `POST /media` — upload one image binary, returns its attachment id + URL.
 * `POST /posts` — create a post with inline/featured images and SEO meta.

All endpoints require `Authorization: Bearer <site key>`. The site key is verified
with a hashed copy (`wp_check_password`), so the plaintext key is only ever shown
on the Settings  ContentsOps screen.

SEO meta is written for Yoast SEO, Rank Math, and a native fallback so whatever 
is active picks it up.

## Installation

 1. Upload the plugin folder to `/wp-content/plugins/` (or upload the zip via Plugins
    Add New  Upload Plugin).
 2. Activate the plugin through the **Plugins** menu in WordPress.
 3. Go to **Settings  ContentsOps**.
 4. Copy the **Site URL** and **Site Key** and paste them into ContentsOps to pair 
    the site.

## FAQ

### How do I rotate the site key?

Go to Settings  ContentsOps  Regenerate key. The previous key stops working immediately;
reconnect ContentsOps with the new key.

### Who is credited as the author of published posts?

The user selected under “Author user”. Defaults to the first user who can edit posts.

### Which category are posts published to?

The category selected under “Default category” in Settings  ContentsOps. If none
is selected, the WordPress default category is used. A category sent explicitly 
by ContentsOps takes precedence.

## Reviews

There are no reviews for this plugin.

## Contributors & Developers

“ContentsOps – AI Humanizer & Content Writer” is open source software. The following
people have contributed to this plugin.

Contributors

 *   [ voxinity ](https://profiles.wordpress.org/voxinity/)

[Translate “ContentsOps – AI Humanizer & Content Writer” into your language.](https://translate.wordpress.org/projects/wp-plugins/contentsops-ai-humanizer-content-writer)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/contentsops-ai-humanizer-content-writer/),
check out the [SVN repository](https://plugins.svn.wordpress.org/contentsops-ai-humanizer-content-writer/),
or subscribe to the [development log](https://plugins.trac.wordpress.org/log/contentsops-ai-humanizer-content-writer/)
by [RSS](https://plugins.trac.wordpress.org/log/contentsops-ai-humanizer-content-writer/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 1.0.6

 * Add a “Default category” setting: pick the category ContentsOps posts are filed
   under. An explicit category list in the publish request takes precedence; with
   nothing configured the WordPress default category applies as before.

#### 1.0.5

 * Rename all functions, classes, constants, options, script handles, post meta 
   keys and the settings page slug to the unique `contaihu` prefix per the WordPress.
   org prefixing guidelines. Options stored under the old names are migrated automatically,
   so paired sites keep working.
 * Move the REST API to the `contaihu/v1` namespace; the previous namespace keeps
   working as a deprecated alias for already-paired sites.
 * Load `wp-admin/includes/image.php` only right before generating attachment metadata
   and stop loading `wp-admin/includes/file.php`, which was not needed.
 * Update the Contributors list to the plugin owner account.

#### 1.0.4

 * Declare compatibility with WordPress 7.0 (Tested up to).
 * Match the text domain to the wordpress.org plugin slug (contentsops-ai-humanizer-
   content-writer).
 * Restore real PHP 7.4 compatibility by removing PHP 8-only union type declarations.
 * Reject non-raster image uploads (e.g. SVG) on the media endpoint.
 * Sanitize incoming Authorization header and admin query flags.
 * Make the Reveal/Hide/Copied button labels translatable.

#### 1.0.3

 * Fix WordPress.org plugin review rejection: Author URI pointed to the same URL
   as Plugin URI. Author URI now points to https://www.voxinity.io/.

#### 1.0.2

 * Fix featured image not appearing in blog lists: detect the real image type from
   the binary and store it with the correct extension/MIME so the thumbnail renders
   and image sub-sizes are generated.
 * Fall back to the first inline image as the featured image when no featured media
   id is supplied.

#### 1.0.0

 * Initial release: site-key auth, verify/media/posts endpoints, SEO meta (Yoast,
   Rank Math, native), Settings screen.

## Meta

 *  Version **1.0.6**
 *  Last updated **19 hours ago**
 *  Active installations **Fewer than 10**
 *  WordPress version ** 6.0 or higher **
 *  Tested up to **7.0**
 *  PHP version ** 7.4 or higher **
 * Tags
 * [AI](https://wordpress.org/plugins/tags/ai/)[blog](https://wordpress.org/plugins/tags/blog/)
   [content writer](https://wordpress.org/plugins/tags/content-writer/)[seo](https://wordpress.org/plugins/tags/seo/)
 *  [Advanced View](https://wordpress.org/plugins/contentsops-ai-humanizer-content-writer/advanced/)

## Ratings

No reviews have been submitted yet.

[Your review](https://wordpress.org/support/plugin/contentsops-ai-humanizer-content-writer/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/contentsops-ai-humanizer-content-writer/reviews/)

## Contributors

 *   [ voxinity ](https://profiles.wordpress.org/voxinity/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/contentsops-ai-humanizer-content-writer/)