Tutorials

Integration guides

Step-by-step tutorials for adding AI text humanization to your stack. Code examples, workflow templates, and integration patterns.

Make.com

Build an AI Content Humanization Pipeline in Make.com

Use the HTTP module to call the ToHuman API from any Make.com trigger — Google Sheets, RSS feeds, email, or schedule. Four complete scenarios including async webhook processing for long-form content.

· 15 min read

Zapier

Humanize AI Text with Zapier — No Code Required

Use Webhooks by Zapier to call the ToHuman API from any trigger — Google Sheets, Notion, Airtable, or schedule. Three complete Zaps including a multi-step OpenAI pipeline and Paths for routing different content types.

· 15 min read

LangChain

Add a Text Humanization Tool to Your LangChain Agent

Build a LangChain custom tool using the @tool decorator that calls the ToHuman API. Covers create_react_agent and AgentExecutor patterns, plus a full generate-humanize-publish pipeline for batch content workflows.

· 16 min read

CrewAI

How to Humanize AI Text in CrewAI Multi-Agent Workflows

Build a CrewAI custom tool that calls the ToHuman API. Covers the @tool decorator and BaseTool class, a dedicated Humanizer agent, and a full Writer-Humanizer crew pipeline with batch processing.

· 18 min read

MCP

Build an MCP Server to Humanize AI Text

Create a Model Context Protocol server that exposes a humanize_text tool via the ToHuman API. Works with Claude Desktop, Cursor, and any MCP-compatible client. Full Python code with FastMCP.

· 15 min read

AutoGen

AutoGen Content Pipeline: Generate, Humanize, Publish

Build a Microsoft AutoGen 0.4+ three-agent pipeline — Writer, Humanizer, Publisher — using RoundRobinGroupChat. Registers ToHuman as an async tool, supports Azure OpenAI, and includes batch processing patterns.

· 20 min read