Files
ai_wht_B/文章接口文档_20251229.csv
“shengyudong” 5a384b694e 2026-1-6
2026-01-06 14:18:39 +08:00

1.3 KiB
Raw Permalink Blame History

1endpointmethoddescriptionauthparamsresponse
2/api/articles/listGET获取文章列表(聚合图片和标签)需要认证page, pageSize, keyword, product_id, status返回文章列表,包含图片和标签信息
3/api/articles/list_dashboardGET获取文章仪表盘统计(总数、可发、已发)需要认证articles_total, articles_available, articles_published
4/api/articles/generatePOST生成文案(批量生成文章)需要认证product_id, prompt_workflow_id, topics, count返回生成的文章ID和标题列表
5/api/articles/<article_id>GET获取文章详情(包含图片、标签、发布记录)需要认证article_id (路径参数)完整的文章信息包括images、tags、publish_records
6/api/articles/<article_id>PUT更新文章信息需要认证article_id (路径), title, content, status等字段更新成功消息
7/api/articles/batch-published-account-cyclePOST批量发布文章 - 账号循环分配需要认证+角色(admin/editor/reviewer/publisher/enterprise)article_ids (数组), author_ids (数组)发布结果统计和详细列表
8/api/articles/batch-published-reviewPOST批量发布文章到指定作者需要认证+角色(admin/editor/reviewer/publisher/enterprise)article_ids (数组), author_id发布结果统计和详细列表