cURL
curl --request GET \ --url https://api.dropcv.work/api/external/v1/skills \ --header 'Authorization: Bearer <token>'
{ "items": [ { "key": "candidate_search", "name": "人才库搜索", "description": "<string>", "input_schema": {}, "requires_write_scope": true } ] }
返回当前 API Key 可调用的全部能力,含每个 skill 的 key、名称、描述、入参 JSON Schema 和是否需要 write 权限。
Documentation IndexFetch the complete documentation index at: https://docs.dropcv.work/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.dropcv.work/llms.txt
Use this file to discover all available pages before exploring further.
DropCV API Key。在 设置 → API Keys 生成,格式 drop_cv_<32 位随机字符>。
skill 列表
Show child attributes
Was this page helpful?