跳转至

通过关键词搜索 GPTs

OpenAPI Specification

openapi: 3.0.1
info:
  title: ''
  description: ''
  version: 1.0.0
paths:
  /BASE_URL/v1/gpts/search:
    get:
      summary: 通过关键词搜索 GPTs
      deprecated: false
      description: 关键词搜索 gpts ,返回 json 数组
      tags:
        - 聊天(Chat)/GPTs
        - 聊天(Chat)/GPTs
      parameters:
        - name: search
          in: query
          description: 搜索的关键词
          required: false
          example: 代码大师
          schema:
            type: string
        - name: Authorization
          in: header
          description: ''
          required: false
          example: Bearer {{YOUR_API_KEY}}
          schema:
            type: string
        - name: Content-Type
          in: header
          description: ''
          required: false
          example: ' application/json'
          schema:
            type: string
        - name: Accept
          in: header
          description: ''
          required: false
          example: ' application/json'
          schema:
            type: string
      responses:
        '200':
          x-apifox-name: 成功
          description: ''
          content:
            application/json:
              schema:
                type: object
                properties: {}
                x-apifox-orders: []
              example:
                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
          headers: {}
      security: []
      x-apifox-folder: 聊天(Chat)/GPTs
      x-apifox-status: released
      x-run-in-apifox: https://app.apifox.com/web/project/6906208/apis/api-332702155-run
components:
  schemas: {}
  securitySchemes: {}
servers: []
security: []