个人项目
  1. GPTs
个人项目
  • YunApi中转系统使用教程
  • 系统介绍
  • 系统优势
  • 补充说明
  • 辅助功能
    • 功能介绍
    • 账户余额查询
      • 余额查询-OpenAI Next
      • 余额查询-MJ Next
    • 文件上传
      • 文件上传-OpenAI Next
      • 文件上传-MJ Next
    • 文件解析(无特定接口)
      • 文件解析功能介绍
  • 按量计费
    • LLM
      • 资源介绍
      • 接入说明
      • 参数详情
      • 发出请求
      • 身份验证
      • 项目说明
      • 费用说明
      • 聊天(Chat)
        • 聊天完成对象
        • 聊天完成块对象
        • 创建聊天补全
      • 自动补全(Completions)
        • 完成对象
        • 创建完成
      • 音频(Audio)
        • 创建语音
        • 创建转录
        • 创建翻译
      • 嵌入(Embeddings)
        • 嵌入对象
        • 创建嵌入
      • 微调(Fine-tuning)
        • 微调作业对象
        • 微调作业事件对象
        • 创建微调作业
        • 列出微调作业
        • 检索微调作业
        • 取消微调
        • 列出微调事件
      • 图像(Images)
        • README
        • 图像对象
        • 创建图像
        • 创建图片编辑
        • 创建图像变体
      • 模型(Models)
        • 模型对象
        • 列出模型
        • 检索模型
        • 删除微调模型
      • 文件(Files)
        • README
        • 文件对象
        • 上传文件
        • 删除文件
        • 检索文件
        • 检索文件内容
        • 列出文件
      • 审查(Moderations)
        • 调节对象
        • 创建内容审核
      • 助手测试版(AssistantsBeta)
        • 辅助对象
        • 辅助文件对象
        • 创建助手
        • 检索助手
        • 修改助手
        • 删除助手
        • 列出助手
        • 创建辅助文件
        • 检索助手文件
        • 删除辅助文件
        • 列出助手文件
      • 线程数(Threads)
        • 线程对象
        • 创建线程
        • 检索线程
        • 修改线程
        • 删除话题
      • 留言(Messages)
        • 消息对象
        • 消息文件对象
        • 创建消息
        • 检索消息
        • 修改留言
        • 列出消息
        • 检索消息文件
        • 列出消息文件
      • 运行(Runs)
        • 运行对象
        • 运行步骤对象
        • 创建运行
        • 检索运行
        • 修改运行
        • 列表运行
        • 提交工具输出以运行
        • 取消运行
        • 创建线程并运行
        • 检索运行步骤
        • 列出运行步骤
    • GPTs
      • 资源介绍
      • 接入说明
      • 可用模型
      • GPTs
        • 流式接入GPTs
          POST
        • 非流式接入GPTs
          POST
        • 根据ID查询GPTs详情
          GET
        • 搜索GPTs
          GET
      • 文件上传
        POST
  • 按次计费
    • 视频生成
      • 可灵AI
        • 文生视频
          • 创建文生视频任务
          • 查询文生视频任务
        • 图生视频
          • 创建图生视频任务
          • 查询图生视频任务列表
          • 查询图生视频任务
        • 多图参考生视频
          • 创建多图参考生视频任务
          • 查询多图参考生视频任务列表
          • 查询多图参考生视频任务
        • 视频延长
          • 创建视频延长任务
          • 查询视频延长任务列表
          • 查询视频延长任务
      • 谷歌Veo3 视频生成
        • 生成视频
      • Runway-视频生成
        • 视频生成
          • 提交图生视频任务
        • 任务查询
          • 查询视频生成任务
      • CogVideoX Proxy
        • 生成(generations)
        • 查询(async-result)
    • 图片生成
      • Flux
        • OpenAI Image 格式
          • 生成(generations)
        • chat 格式
          • Flux chat格式
        • /images/edits格式
          • 创建图像编辑
      • MJ Chat
        • 资源介绍
        • ImageGenerations
      • MJ Proxy
        • 资源介绍
        • 参数说明
        • 调用示例
        • 费用说明
        • 任务查询
          • FetchFromTask
          • ImageSeed
        • 任务提交
          • Blend
          • SwapFace
          • Describe
          • Imagine
          • Shorten
          • Modal
          • Action
          • Change
      • gpt4oimage
        • chat 格式
          • 生成视频
        • image/generations 格式(dalle 格式)
          • 创建图像
          • 创建图片编辑
      • 即梦AI3.0生图
        • 通用2.1-文生图
      • Recraft Proxy
        • styles
          • 创建样式
        • images
          • 生成图像
          • 图像矢量化
          • 移除背景
          • 清晰度提升
          • 生成式放大
    • 音乐生成
      • 海绵音乐(音乐生成)
        • MusicGeneration
          • General Endpoint for Actions
        • Usage
          • Query Usage
    • urlanalysis
      • 链接总结(summary)
      • 链接聊天(chat)
      • 字幕导出(subtitle)
  1. GPTs

根据ID查询GPTs详情

开发中
GET
https://api.zyai.online/v1/gpts/

请求参数

Query 参数
id
string 
模型id
可选
示例值:
g-yJoNW6R47
Header 参数
Authorization
string 
api_key
可选
示例值:
"Bearer {{secret}}"

示例代码

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.zyai.online/v1/gpts/'

返回响应

🟢200成功
application/json
Body
code
integer 
必需
msg
string 
必需
sn
string 
必需
data
object 
必需
stat
object 
必需
info
object 
必需
@timestamp
string 
必需
示例
{
    "code": 0,
    "msg": "ok",
    "sn": "4e194d7b417f4a42574c9bc1a0b5fd3b",
    "data": {
        "stat": {
            "read": 0,
            "favorite": 0,
            "use": 0
        },
        "info": {
            "gizmo": {
                "id": "g-yJoNW6R47",
                "organization_id": "org-y2vPc3LzlycGK9THlA8aLLBE",
                "short_url": "g-yJoNW6R47-gpt-4-turbo-assistants-Python-dev",
                "author": {
                    "user_id": "user-DeunrNwckpyqY67EQ7ulo8MV",
                    "display_name": "Solid Base Consult SIA",
                    "link_to": null,
                    "selected_display": "name",
                    "is_verified": true,
                    "will_receive_support_emails": null
                },
                "voice": {
                    "id": "ember"
                },
                "workspace_id": null,
                "model": null,
                "instructions": null,
                "settings": null,
                "display": {
                    "name": "GPT-4-Turbo-Assistants Python Dev",
                    "description": "Focuses on codebase, GitHub repo, and README details",
                    "welcome_message": "Hello! Ready to explore your codebase, GitHub repo, and README specifics.",
                    "prompt_starters": [
                        "What's in the README for setting up the project?",
                        "How do I run the setup script from the README?",
                        "Can you show me the script content in the README?",
                        "Where can I find the README on GitHub?"
                    ],
                    "profile_picture_url": "https://filesystem.site/cdn/2024-01-08-12-TJFmNlrlsnDBUeUOdS10.png",
                    "categories": []
                },
                "share_recipient": "marketplace",
                "updated_at": "2023-11-26T21:45:38.344855+00:00",
                "last_interacted_at": null,
                "tags": [
                    "public",
                    "reportable"
                ],
                "version": null,
                "live_version": null,
                "training_disabled": null,
                "allowed_sharing_recipients": null,
                "review_info": null,
                "appeal_info": null,
                "vanity_metrics": {
                    "num_conversations_str": "96",
                    "num_pins": 0,
                    "num_users_interacted_with": 0
                }
            },
            "tools": [
                {
                    "id": "gzm_cnf_lRHrL9TFOQiHLSuDHnnStRza~gzm_tool_Yb5hVoTUmLdRMVMguUGiSY3Z",
                    "type": "Python",
                    "settings": null,
                    "metadata": null
                },
                {
                    "id": "gzm_cnf_lRHrL9TFOQiHLSuDHnnStRza~gzm_tool_fbJqcn5XkJlV1obOTztgKLuy",
                    "type": "browser",
                    "settings": null,
                    "metadata": null
                },
                {
                    "id": "gzm_cnf_lRHrL9TFOQiHLSuDHnnStRza~gzm_tool_ZRNEbde67jrKEQiFTdJUswVs",
                    "type": "dalle",
                    "settings": null,
                    "metadata": null
                }
            ],
            "files": [
                {
                    "id": "gzm_cnf_rpTGOZYXXT0wEZsPwEVEgXve~gzm_file_OhPEOOZWRogiqkPNgmRU7N1M",
                    "type": "text/plain",
                    "file_id": "",
                    "location": ""
                },
                {
                    "id": "gzm_cnf_rpTGOZYXXT0wEZsPwEVEgXve~gzm_file_XaFtKqATMRxHGpq3LcjDapF0",
                    "type": "text/plain",
                    "file_id": "",
                    "location": ""
                },
                {
                    "id": "gzm_cnf_rpTGOZYXXT0wEZsPwEVEgXve~gzm_file_09z76OdnrTKyYizMIPFjHWug",
                    "type": "",
                    "file_id": "",
                    "location": ""
                },
                {
                    "id": "gzm_cnf_rpTGOZYXXT0wEZsPwEVEgXve~gzm_file_dZD7dmn7U3sxCkTgyswRjsUX",
                    "type": "",
                    "file_id": "",
                    "location": ""
                },
                {
                    "id": "gzm_cnf_rpTGOZYXXT0wEZsPwEVEgXve~gzm_file_WID7zBhg4jrq6j2MW6jA52h2",
                    "type": "",
                    "file_id": "",
                    "location": ""
                },
                {
                    "id": "gzm_cnf_rpTGOZYXXT0wEZsPwEVEgXve~gzm_file_Zp8gmmMKhuScr5Wt8mCdLPQS",
                    "type": "",
                    "file_id": "",
                    "location": ""
                },
                {
                    "id": "gzm_cnf_4AJHrSzyY5jQmuvw2PQj182k~gzm_file_tDkcyix5wV9Ho7zXRKz1XS2p",
                    "type": "",
                    "file_id": "",
                    "location": ""
                },
                {
                    "id": "gzm_cnf_4AJHrSzyY5jQmuvw2PQj182k~gzm_file_DTFTEN5iR75VYzgAVjSgYjGY",
                    "type": "",
                    "file_id": "",
                    "location": ""
                },
                {
                    "id": "gzm_cnf_omdzDjigCMPFNXhl7t6wVYOD~gzm_file_tshgivw1wThxGIRG0FTguuGM",
                    "type": "application/pdf",
                    "file_id": "",
                    "location": ""
                },
                {
                    "id": "gzm_cnf_YGlsl6KEXSr5GeArX8djUldq~gzm_file_Hbo44RggdqTCDGuCtW2g73vf",
                    "type": "",
                    "file_id": "",
                    "location": ""
                }
            ],
            "product_features": {
                "attachments": {
                    "type": "retrieval",
                    "accepted_mime_types": [
                        "text/x-sh",
                        "text/html",
                        "text/javascript",
                        "text/x-tex",
                        "text/plain",
                        "application/vnd.openxmlformats-officedocument.presentationml.presentation",
                        "text/x-csharp",
                        "application/msword",
                        "text/x-php",
                        "text/x-script.Python",
                        "text/x-ruby",
                        "text/markdown",
                        "application/pdf",
                        "text/x-c",
                        "application/x-latext",
                        "application/vnd.openxmlformats-officedocument.wordprocessingml.document",
                        "text/x-c++",
                        "application/json",
                        "text/x-java",
                        "text/x-typescript"
                    ],
                    "image_mime_types": [
                        "image/png",
                        "image/jpeg",
                        "image/webp",
                        "image/gif"
                    ],
                    "can_accept_all_mime_types": true
                }
            }
        },
        "@timestamp": "2024-01-08T04:14:20.985Z"
    }
}
上一页
非流式接入GPTs
下一页
搜索GPTs
Built with