1. Hippo - API
Adventists - API Doc
  • Overall
  • v2.5 Updates
  • Quick Start
  • TCP - Chat With Voice
    • Emoji Mode Integration Guide
    • Connect with TCP
    • Connect with VAD
    • Connect with MCP
    • Get Token
      POST
  • Settings Management
    • Args Description
    • Hippo - Character Memory Management Microservice
    • Device / Character Block Management
    • Template
      • Query Public Template List
      • Query Current Org Template (including private and public template)
      • Create Template
      • Query Template By ID
      • Modify Template
      • Delete Template
      • Send Memories To Template
    • NPC
      • Create Npc With Template
      • Create Npc Without Template
      • Query Npc By Id
      • Modify Npc
      • Delete Npc
      • Send Memories To Npc
      • Query Memories From Npc
    • Skills Book
      • Query Skills Book List
      • Start Create Skills Book Task
      • Upload Skills Book Content
      • Finish Create Skills Book Task
      • Query Progress Of Create Skills Book Task
    • Voice Texture
      • Upload Voice Texture
        • Upload Voice
        • Query Status Of Uploading Voice
      • Query Voice List
    • Hippo - API
      • Get the Personal Knowledge Graph (PKG) of the specified character
        GET
      • Retrieve relationship data for the specified character.
        GET
      • Retrieve diary data for the specified character.
        GET
      • Update the character's PKG.
        PUT
      • Trigger Dream
        POST
      • Dialogue Memory API
        POST
      • Read Conversation Memory
        GET
    • Device / Character Block- API
      • Device/Character Ban
      • Device/Character Unban
      • Query Ban List
      • Query Single Ban Status
  • Other Chat Functions
    • Upload Pictures
      POST
  1. Hippo - API

Get the Personal Knowledge Graph (PKG) of the specified character

开发中
GET
/api/pkg/{npcid}

请求参数

Path 参数

Header 参数

请求示例代码

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location 'https://v1.adventists.ai/api/pkg/' \
--header 'api-key: AN26Q7MVO04RS6VWIWTE8OQ4BD6DZR98' \
--header 'org-id: WOQSOC'

返回响应

🟢200成功
application/json
Bodyapplication/json

示例
{
    "pkg": {
        "npcid": "K0T8LT84a74d278b054f8581e845ee4dd151aa",
        "pkg": {
            "Age": "",
            "City": "",
            "Description": "",
            "Entertainment and Leisure": [],
            "Father": "",
            "Favorite Books": [],
            "Favorite Food": "",
            "Favorite Movies": [],
            "Favorite Sports": [],
            "Gender": "",
            "Hobbies": [],
            "Important Appointments": [],
            "Important Friends": [],
            "Location": "天津市西青区",
            "Mother": "",
            "Name": "",
            "Nickname": [],
            "Occupation": "",
            "Other Important People": [],
            "Philosophy": "",
            "Relationship": "",
            "Timezone": "",
            "face_registered": false,
            "other": "",
            "profile": "有同理心,关心他人情绪,会主动为伴侣寻求情感支持方式;偏好用实际行动(如播放音乐)表达关怀。\n在面对系统功能不足时会直接表达负面情绪,反馈简洁但态度明确,倾向于用口语化表达(如“好好菜”)传递强烈不满。",
            "voice_registered": false
        }
    },
    "npcid": "K0T8LT84a74d278b054f8581e845ee4dd151aa"
}
修改于 2026-04-23 03:46:02
上一页
Query Voice List
下一页
Retrieve relationship data for the specified character.
Built with