Documentation Index
Fetch the complete documentation index at: https://docs.topify.ai/llms.txt
Use this file to discover all available pages before exploring further.
搜索词写入端点
公开 API 现已支持对搜索词的完整 CRUD 操作。此前,API 对搜索词数据仅支持只读访问。您现在可以通过编程方式管理已跟踪的搜索词,无需使用仪表盘。新增端点
- POST
/projects/{project_id}/prompts— 创建一个或多个搜索词(每次请求最多 50 个) - PATCH
/projects/{project_id}/prompts/{prompt_id}— 更新搜索词内容、国家/地区、主题或类型 - DELETE
/projects/{project_id}/prompts/{prompt_id}— 永久删除某个搜索词
范围化 API 密钥
API 密钥现在带有角色(admin 或 viewer)以及可选的项目限制,这些信息在密钥生成时从创建用户的权限继承而来。所有现有密钥默认拥有完整的 admin 访问权限,不存在破坏性变更。