AI Article Rewriter
AI 智能改写文章,支持 5 种风格(重写 / 润色 / 精简 / 正式 / 口语化),降低 AI 检测命中率。
Documentation
AI Article Rewriter
Rewrite articles with completely new phrasing while preserving the original meaning by changing sentence structures and vocabulary. Ideal for content deduplication, removing AI footprints, and other scenarios.
Parameters
text(Required): The article content to rewriteprovider(Optional): Specify the AI provider (deepseek/gemini)
Pricing
- API: 5 Coins/request
- Tool: 10 Coins/request
Integration Examples
Includes ready-to-use Shell, Python, Go, Java, and PHP examples for direct integration.
Request Example
{
"text": "人工智能正在深刻改变我们的生活方式,从智能家居到自动驾驶,AI技术已经渗透到日常生活的方方面面。"
}Response Example
{
"data": "人工智慧技术正持续重塑我们日常的生活模式,无论是智慧家庭还是无人驾驶,这项技术已融入了生活中的每个角落。"
}Request Fields
The fields below are derived from example JSON for integration reference only.
| Path | Type | Sample |
|---|---|---|
| text | string | 人工智能正在深刻改变我们的生活方式,从智能家居到自动驾驶,AI技术已经渗透到日常生活的方方面面。 |
Response Fields
The fields below are derived from example JSON for integration reference only.
| Path | Type | Sample |
|---|---|---|
| data | string | 人工智慧技术正持续重塑我们日常的生活模式,无论是智慧家庭还是无人驾驶,这项技术已融入了生活中的每个角落。 |