ContentsOps – AI Humanizer & Content Writer
·
Publish AI-written, human-sounding long-form blog posts from ContentsOps to this site, with inline images and SEO meta.
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.