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

Trigger Dream

开发中
POST
/api/dream/{npcid}

请求参数

Path 参数

Query 参数

Header 参数

请求示例代码

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

返回响应

🟢200成功
application/json
Bodyapplication/json

示例
{
    "report": {
        "cleanup": {
            "content_hybrid_deleted": 0,
            "emotion_v2_deleted": 0
        },
        "diary": {
            "date": "2026-04-13",
            "diary_text": "- The user raised the issue of consistently staying up late. Discussed relaxation methods like foot soaking and listening to music, and planned to jointly create an early sleep check-in plan.  \n- Retrieved real-time weather for Jinjiang, Quanzhou: 24°C, sunny, temperature will rise first then drop later, with light rain expected the day after tomorrow. Advised to dress appropriately and carry rain gear.  \n- Jay Chou's 2026 world tour kicked off in Hangzhou on April 3, with the theme 'Hangzhou Fireworks · Carnival II', featuring the global debut of four new songs.  \n- Clarified that Jay Chou's wife is Hannah Quinlivan, and that his relationship with Jolin Tsai is purely that of good friends and collaborators.  \n- Confirmed collaborative songs between Jay Chou and Jolin Tsai include 'Romantic Phone' and 'Say Love You'.  \n- Corrected that the performer of 'Never Setting Sun' is Jolin Tsai, and played the correct version.  \n- Successfully set a 14:32 water reminder, and set the same reminder again at 14:30.  \n- The user requested to turn off the desktop machine's base light, which has been completed.",
            "overflow_count": 0,
            "prior_merged": false
        },
        "error": null,
        "extractions": {
            "entity_ops": [],
            "entity_ops_count": 0,
            "pkg_updates": [
                {
                    "key": "Name",
                    "value": "Sister Ya"
                },
                {
                    "key": "Nickname",
                    "value": [
                        "Sister",
                        "Super Emotional Buddy",
                        "Invincible King",
                        "Ya Jie"
                    ]
                }
            ],
            "pkg_updates_count": 2,
            "pkg_written": false,
            "rel_written": false
        },
        "skipped": false
    },
    "status": "ok"
}
修改于 2026-04-23 03:57:30
上一页
Update the character's PKG.
下一页
Dialogue Memory API
Built with