GET
通过 ID 搜索 GPTs
GET /mj/gpts/info — 通过 ID 获取 GPTs 详情
通过 ID 搜索 GPTs
根据 GPTs 的 Gizmo ID 获取详细信息。
GET
https://api000.com/mj/gpts/info?id=g-IcWrQy2I9
查询参数
| 参数 | 类型 | 必填 | 说明 |
|---|---|---|---|
id |
string | ✅ | GPTs Gizmo ID,格式为 g-xxxxxxxx |
请求示例
curl "https://api000.com/mj/gpts/info?id=g-IcWrQy2I9" \
-H "Authorization: Bearer sk-xxxxxxxxxxxxxxxx"
响应示例
{
"id": "g-IcWrQy2I9",
"name": "DALL·E",
"description": "Generate images from text descriptions",
"welcome_message": "Hello! I'm DALL·E, ready to create images for you.",
"model": "gpt-4-gizmo-g-IcWrQy2I9",
"tools": ["dalle"],
"created_at": "2023-11-06T12:00:00Z"
}