humanize
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseHumanize AI Text
AI文本类人化处理
Transform AI-generated content into natural, human-like writing using the HumanizerAI API.
借助HumanizerAI API,将AI生成的内容转换为自然、类人的文本。
How It Works
工作流程
When the user invokes , you should:
/humanize- Parse $ARGUMENTS for text and optional --intensity flag
- Call the HumanizerAI API to humanize the text
- Present the humanized text with before/after scores
- Show remaining credits
当用户调用指令时,你需要:
/humanize- 解析$ARGUMENTS中的文本和可选的--intensity参数
- 调用HumanizerAI API对文本进行类人化处理
- 展示处理前后的分数对比及处理后的文本
- 显示剩余积分
Parsing Arguments
参数解析
The user may provide:
- Just text:
/humanize [their text] - With intensity:
/humanize --intensity aggressive [their text]
Default intensity is .
medium用户可提供以下两种形式:
- 仅文本:
/humanize [用户的文本] - 带强度参数:
/humanize --intensity aggressive [用户的文本]
默认强度为。
mediumIntensity Levels
强度等级
| Value | Name | Description | Best For |
|---|---|---|---|
| Light | Subtle changes, preserves style | Already-edited text, low AI scores |
| Medium | Balanced rewrites (default) | Most use cases |
| Bypass | Maximum bypass mode | High AI scores, strict detectors |
| 值 | 名称 | 描述 | 适用场景 |
|---|---|---|---|
| 轻度 | 细微修改,保留原文风格 | 已编辑过的文本、AI检测分数较低的内容 |
| 中度 | 平衡改写(默认模式) | 大多数使用场景 |
| 强绕过 | 最大强度绕过模式 | AI检测分数较高的内容、严格的检测工具 |
API Call
API调用
Make a POST request to :
https://humanizerai.com/api/v1/humanizeAuthorization: Bearer $HUMANIZERAI_API_KEY
Content-Type: application/json
{
"text": "<user's text>",
"intensity": "medium"
}向发送POST请求:
https://humanizerai.com/api/v1/humanizeAuthorization: Bearer $HUMANIZERAI_API_KEY
Content-Type: application/json
{
"text": "<user's text>",
"intensity": "medium"
}Response Format
结果展示格式
Present results like this:
undefined按以下格式展示结果:
undefinedHumanization Complete
类人化处理完成
Score: X → Y (improvement)
Words Processed: N
Credits Remaining: X
分数: X → Y (提升幅度)
处理字数: N
剩余积分: X
Humanized Text
处理后的文本
[The humanized text]
[Recommendation based on final score]
undefined[类人化后的文本]
[基于最终分数的建议]
undefinedCredit Usage
积分使用规则
- 1 word = 1 credit
- Detection is free
- Check credits at https://humanizerai.com/dashboard
- 1词 = 1积分
- 检测功能免费
- 在https://humanizerai.com/dashboard查看积分
Error Handling
错误处理
Insufficient Credits
积分不足
If the user doesn't have enough credits:
- Show how many credits are needed vs available
- Direct them to https://humanizerai.com/dashboard to top up
如果用户积分不足:
- 展示所需积分与可用积分的对比
- 引导用户前往https://humanizerai.com/dashboard进行充值
Invalid API Key
无效API密钥
- Check HUMANIZERAI_API_KEY environment variable
- Direct to https://humanizerai.com to get a key
- 检查HUMANIZERAI_API_KEY环境变量
- 引导用户前往https://humanizerai.com获取密钥
Rate Limit
速率限制
If rate limited, suggest waiting or upgrading to Business plan.
如果触发速率限制,建议用户等待或升级至商业版套餐。