cURL
curl --request GET \ --url https://huajune.duliday.com/api/v1/prompt-types \ --header 'Authorization: Bearer <token>'
{ "success": true, "data": { "promptTypes": [ { "id": "bossZhipinSystemPrompt", "description": "BOSS直聘招聘助手系统提示词" } ] } }
返回所有可用的 promptType 枚举值及其说明
Documentation IndexFetch the complete documentation index at: https://docs.wolian.cc/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.wolian.cc/llms.txt
Use this file to discover all available pages before exploring further.
使用 Bearer Token 进行认证,格式:Bearer YOUR_API_KEY
Bearer YOUR_API_KEY
成功获取提示词类型列表
true
Show child attributes