Documentation Index
Fetch the complete documentation index at: https://docs.dropcv.work/llms.txt
Use this file to discover all available pages before exploring further.
save_candidate 把简历入库。必须先通过 /files/upload 上传附件拿到 file_id,再调本 skill。
参数
| 字段 | 类型 | 必填 | 说明 |
|---|---|---|---|
candidate_profile_text | string (1-20000 字符) | 是 | 简历结构化文本(姓名 / 职位 / 经历 / 技能 等,换行分隔) |
attachment_file_id | string | 是 | 来自 /files/upload 的 file_id |
source_url | string | null | 否 | 简历来源页面 URL(可选) |
返回
示例
权限
需要 write 权限。错误
FILE_NOT_FOUND (404)— file_id 不存在 / 已过期 / 不是这个 user 上传的INSUFFICIENT_PERMISSION (403)— key 没开 write 权限
审计
入库后的候选人在 DropCV 后台会标记source = external_api,未来可在 dashboard 筛选 “AI 入库的候选人”。
