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:
Instead of rewriting the entire text, the workflow only modifies sentences that are likely AI-generated.
This preserves natural content and reduces unnecessary changes.
By processing only flagged sentences through the humanizer API, it minimizes API usage and costs.
The final output sounds more natural and less robotic, improving readability and engagement.
The workflow analyzes text at a granular level, allowing highly targeted improvements rather than bulk rewriting.
Once set up, the process is fully automated and can handle large volumes of text without manual intervention.
The workflow supports multiple languages (even though the humanization step is set to English), making it adaptable to different use cases.
Since only specific sentences are modified, the original structure and intent of the text remain intact.
This workflow is designed to process a block of text, detect which sentences are likely AI-generated, and rewrite only those sentences to sound more human-like.
text field).sentences) with individual scores for each sentence.To get this workflow running, you need to configure the connections to the Rephrasy API and define the input text.
Configure Credentials:
Set Input Text:
text assignment value. Currently, it contains a placeholder (XXX). Replace this with the text you wish to humanize, or configure it to reference data from a previous trigger (e.g., from a webhook or form).Review Language Settings:
language parameter inside the JSON body. It is currently set to "English". Ensure this matches the language of the text you are processing.Activate Workflow:
👉 Subscribe to my new YouTube channel. Here I’ll share videos and Shorts with practical tutorials and FREE templates for n8n.
Contact me for consulting and support or add me on Linkedin.