Skip to main content

1. Get your API Key

访问 UniSkill Dashboard 获取你的 API 密钥。

2. Make your first request

使用 curl 测试你的密钥:
curl https://api.uniskill.ai/v1/search \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"query": "Hello UniSkill"}'

3. Next Steps