Skip to main content

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.

DropCV Skills API 是面向开发者的对外接口。它把 DropCV 内部的 5 个核心人才库能力封装为标准 HTTP 端点,配合 API Key 鉴权使用。

设计哲学

DropCV 只暴露数据访问层——访问你的人才库、读取候选人档案、解析 JD、把简历入库、更新候选人。 业务智能(推荐语、面试题、对比分析、沟通策略)交给你的 AI 工具用大模型生成。DropCV 不和 GPT / Claude / Gemini 在”会写好文案”上竞争。

5 个可用 Skills

Skill功能类型
candidate_search人才库搜索(也可传 JD 文本做匹配)
jd_parseJD 文本结构化解析
candidate_profile_read按 ID 读取候选人完整档案
save_candidate简历入库
candidate_update候选人 partial update

快速开始

  1. 设置 → API Keys 生成你的 API Key
  2. 复制 key 到本地(明文只显示一次)
  3. 跟着 快速开始(curl) 跑通第一次调用

相关阅读

  • 鉴权 — API Key 的生成 / 撤销 / write 权限
  • API 协议 — 请求 / 响应 envelope、错误码
  • 文件上传 — save_candidate 之前的附件上传流程