1. Device / Character Block- 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
      • Retrieve relationship data for the specified character.
      • Retrieve diary data for the specified character.
      • Update the character's PKG.
      • Trigger Dream
      • Dialogue Memory API
      • Read Conversation Memory
    • Device / Character Block- API
      • Device/Character Ban
        POST
      • Device/Character Unban
        POST
      • Query Ban List
        GET
      • Query Single Ban Status
        GET
  • Other Chat Functions
    • Upload Pictures
      POST
  1. Device / Character Block- API

Query Ban List

开发中
GET
/api/device/blocklist

请求参数

Query 参数

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/device/blocklist?type=npc' \
--header 'api-key: AN26Q7MVO04RS6VWIWTE8OQ4BD6DZR98' \
--header 'org-id: WOQSOC'

返回响应

🟢200成功
application/json
Bodyapplication/json

示例
{
    "items": [
        {
            "block_key": "npc:WOQSOC0019ab16be044545ac5a28a61b16a8cb",
            "created_at": "2026-04-14T02:29:39Z",
            "created_by": "WOQSOC",
            "identifier": "WOQSOC0019ab16be044545ac5a28a61b16a8cb",
            "reason": "test",
            "type": "npc"
        }
    ],
    "ok": true
}
修改于 2026-04-23 04:01:55
上一页
Device/Character Unban
下一页
Query Single Ban Status
Built with