通过关键词搜索 GPTs
GET
{{BASE_URL}}/v1/gpts/search最后修改时间: 9 个月前
关键词搜索 gpts ,返回 json 数组
请求参数
Query 参数
search
string
搜索的关键词
示例值:
代码大师
Header 参数
Authorization
string
可选
示例值:
Bearer {{YOUR_API_KEY}}
Content-Type
string
可选
示例值:
application/json
Accept
string
可选
示例值:
application/json
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
object {0}
示例
{
"code": 0,
"msg": "ok",
"sn": "3ebe36446a471e0354d8a89b231b78f2",
"data": [
{
"id": "g-wT55KtZzB",
"title": "代码解释器 - OpenAI",
"link": "https://chat.openai.com/g/g-wT55KtZzB-dai-ma-jie-shi-qi",
"description": "代码解释器. By community builder. Sign up to chat. Requires ChatGPT Plus. ChatGPT is a free-to-use AI system. Use it for engaging conversations, gain insights, automate tasks, and witness the future of AI, all in one place.",
"favicon": "https://external-content.duckduckgo.com/ip3/chat.openai.com.ico"
},
{
"id": "g-70zW3LbwV",
"title": "Python代码助手 - OpenAI",
"link": "https://chat.openai.com/g/g-70zW3LbwV-pythondai-ma-zhu-shou",
"description": "你好,我是你的Python代码助手。我可以帮助你编写和优化Python代码,解决你在编程过程中遇到的问题。你可以向我询问任何关于Python编程的问题,我会尽我最大的努力为你提供清晰、简洁的答案和解决方案。如果你有任何代码需要我帮助你编写或优化,只需告诉我你的需求和目标,我会为你生成符合 ...",
"favicon": "https://external-content.duckduckgo.com/ip3/chat.openai.com.ico"
}
]
}
最后修改时间: 9 个月前