workflows.fit
Back to n8n workflows
n8n templateFreeBy Davide Boizza

Detect, Analyze and Humanize 🕵️‍♂️🔎 AI-generated text using Rephrasy

This workflow is designed to analyze and humanize AI-generated text automatically using Rephrasy AI. The workflow then sends this text to an AI detection service to evaluate how “AI-like” it is. The text is broken dow...

DevelopmentCore NodesManual TriggerSticky NoteSplit OutSplit In Batches
Loading interactive preview...

Template notes

This workflow is designed to analyze and humanize AI-generated text automatically using Rephrasy AI.

The workflow then sends this text to an AI detection service to evaluate how “AI-like” it is. The text is broken down into individual sentences, and each sentence is scored based on its likelihood of being AI-generated.

Using a conditional logic step, the workflow identifies sentences with a high AI probability (score > 50). Only those sentences are sent to a humanization API, which rewrites them in a more natural, human-like style. Meanwhile, sentences that are already considered human are left unchanged.

Finally, all processed sentences are recombined into a single output text.

👉 In short, the workflow:

Detects AI-generated content Filters only the parts that need improvement Rewrites them to sound more human Reassembles the final optimized text

---

Key Benefits