Guide

PRC Content Transformer

AI-powered middleware that transforms WordPress post content into provider-specific formats such as Apple News, email HTML, and plain text.

Package: @prc/content-transformer Source: plugins/prc-content-transformer/

Developers and automation clients call the REST API, Abilities API, or WP-CLI. Editors do not use a dedicated UI in this plugin.

Choose a path

Who are you?

Start with the guide that matches your work.

Documentation

For maintainers

  • Architecture — providers, pipeline, cache, Action Scheduler

For consumers

  • REST API — transform, status, result, providers
  • Abilitiesprc-content-transformer/transform

Providers

SlugName
plain-textPlain Text
apple-newsApple News
emailEmail HTML

CLI

wp prc content-transformer transform <post_id> --provider=plain-text
wp prc content-transformer transform <post_id> --provider=apple-news --force --output-file=article.json

Was this helpful?