AI-generated blog posts, video scripts, social posts, review responses. Includes draft, publish, revision, and distribution workflows.
/api/v1/contentFilter by type (blog/video/social/review), status (draft/scheduled/published), and channel.
/api/v1/content/{id}Returns the latest draft plus revision history and distribution state.
/api/v1/content/blogGenerate an SEO-optimized blog draft. Optionally specify keywords, target word count, and brand voice profile.
{
"topic": "what to do after water damage",
"keywords": ["water damage", "restoration", "atlanta"],
"word_count": 1200,
"voice_profile_id": "puroclean-nma-default"
}/api/v1/content/video-scriptReturns a HeyGen-ready script in scenes. Optionally trigger HeyGen render directly.
/api/v1/content/review-responseGenerates a brand-aligned response to a Google or third-party review. Supports negative/positive/neutral templates.
/api/v1/content/{id}/publishPublish to the configured WordPress site, social channels, or review platform. Returns destination URLs.
/api/v1/content/{id}/scheduleSchedule for future publish. Returns scheduled job ID.