文本风格转换器 - AI写作助手
智能转换文本写作风格,支持正式/口语化/专业/创意等多种风格切换,适用于邮件、文章、报告等各类文本
API 文档
请求端点
POST /zh/api/tools/text-style-converter
请求参数
| 参数名 | 类型 | 必填 | 描述 |
|---|---|---|---|
| text | textarea | 是 | 任何需要风格转换的文本内容 - 邮件、文章、报告、消息等。 |
| fromStyle | select | 否 | - |
| toStyle | select | 是 | - |
| targetAudience | select | 否 | - |
| context | textarea | 否 | 例如:"给客户的商务邮件"、"社交媒体帖子"、"学术论文"、"营销文案" |
| language | select | 否 | - |
响应格式
data: {"chunk": "data: processed content 1", "type": "stream"}
data: {"chunk": "data: processed content 2", "type": "stream"}
data: {"type": "done"}
流式:
流式
AI MCP 文档
将此工具添加到您的 MCP 服务器配置中:
{
"mcpServers": {
"elysiatools-text-style-converter": {
"name": "text-style-converter",
"description": "智能转换文本写作风格,支持正式/口语化/专业/创意等多种风格切换,适用于邮件、文章、报告等各类文本",
"baseUrl": "https://elysiatools.com/mcp/sse?toolId=text-style-converter",
"command": "",
"args": [],
"env": {},
"isActive": true,
"type": "sse"
}
}
}
你可以串联多个工具,比如:`https://elysiatools.com/mcp/sse?toolId=png-to-webp,jpg-to-webp,gif-to-webp`,最多20个。
如果遇见问题,请联系我们:[email protected]