Skip to main content
GET
/
skills
列出可用 skill
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
    }
  ]
}

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.

Authorizations

Authorization
string
header
required

DropCV API Key。在 设置 → API Keys 生成,格式 drop_cv_<32 位随机字符>。

Response

skill 列表

items
object[]