FAQ管理
批量更新/插入FAQ条目
异步批量更新或插入FAQ条目。支持 dry_run 模式(设置 dry_run=true),异步验证不实际导入。 dry_run 模式是异步操作,返回 task_id,通过 /faq/import/progress/{task_id} 查询进度和结果。 验证内容包括:1) 条目基本格式 2) 重复问题(批次内和知识库已有) 3) 内容安全检查。
post/knowledge-bases/{id}/faq/entries
Path parameters
idstring required
知识库ID
Request body
Response
任务ID
object required
Changes
Changed in 2 of the 62 revisions of this API.2
- ○
the endpoint scheme security
ApiKeyAuthwas added to the APIapi-security-added
- ○
- ○
the endpoint scheme security
ApiKeyAuthwas removed from the APIapi-security-removed
- ○