标注管理
配置标注回复
启用或禁用标注回复功能。启用时需要配置嵌入模型。异步执行——使用 查询标注回复配置任务状态 跟踪进度。
POST
Error
Documentation Index
Fetch the complete documentation index at: https://dify-6c0370d8-laipz8200-docs-plugin-model-providers-cache-t.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
API Key 认证。对于所有 API 请求,请在 Authorization HTTP 头中包含您的 API Key,并加上 Bearer 前缀。示例:Authorization: Bearer {API_KEY}。强烈建议将 API Key 存储在服务端,不要在客户端共享或存储,以避免 API Key 泄漏导致严重后果。
Path Parameters
要执行的操作。
Available options:
enable, disable Body
application/json
Response
200 - application/json
标注回复设置任务已启动。
异步任务 ID。配合 查询标注回复配置任务状态 使用以跟踪进度。
当前任务状态。waiting 表示排队中,processing 表示处理中,completed 表示已完成,error 表示失败。
Error