AI Weekly Report Generator
AI 工作汇报生成,支持日报 / 周报 / 月报 + 专业 / 简洁 / 详实三种语气。
Documentation
AI Weekly Report Generator
Enter your work highlights, and the AI will automatically generate a structured weekly report.
Parameters
points(Required): Work highlights (keywords or brief descriptions)provider(Optional): Specify the AI provider
Pricing
- API: 5 Credits/request
- Tool: 10 Credits/request
Integration Examples
Includes ready-to-use Shell, Python, Go, Java, and PHP examples for direct integration.
Request Example
{
"points": "完成用户系统重构,修复了3个线上BUG,参加了产品评审会议,协助新人对接项目"
}Response Example
{
"data": "## 本周工作总结\n\n1. **用户系统重构**:完成核心模块重构..."
}Request Fields
The fields below are derived from example JSON for integration reference only.
| Path | Type | Sample |
|---|---|---|
| points | string | 完成用户系统重构,修复了3个线上BUG,参加了产品评审会议,协助新人对接项目 |
Response Fields
The fields below are derived from example JSON for integration reference only.
| Path | Type | Sample |
|---|---|---|
| data | string | ## 本周工作总结 1. **用户系统重构**:完成核心模块重构... |