Chenji Somatic Decode API
收藏资源简介:
Decode emotional states from body-sensation text. Input natural language describing physical feelings (chest tightness, clenched fists, heavy shoulders...), receive a structured emotion profile: primary emotion, valence/arousal, emotional texture, causal intent, and detected somatic anchors. Built on the Chenji affect engine (same core as Chenji Affect API) with a dedicated somatic-translation inference path. Outputs carry dual watermarks (per-key trace id + signature). Use cases: AI companio...
数据集概述:Chenji Somatic Decode API
核心功能
Chenji Somatic Decode API 是一款用于从身体感受文本中解码情绪状态的自然语言处理接口。用户输入描述物理感受(如胸闷、握紧拳头、肩膀沉重)的文本,API 将返回结构化的情绪画像,包括主导情绪、效价/唤醒度、情绪质感、因果意图以及检测到的躯体锚点。
技术基础
该 API 构建于 Chenji 情绪引擎之上(与 Chenji Affect API 同核心),但配备了专门的躯体转译推理路径。所有输出均携带双重水印(按密钥分配的追踪 ID 和签名),确保数据可追溯性。
应用场景
- AI 伴侣:解读用户消息中的身体困扰信号
- 心理健康与日记类应用
- 具备躯体感知能力的对话系统
- 心身医学研究工具
端点参考
POST /v1/chenji/somatic-decode
请求体 (application/json):
| 字段 | 类型 | 必填 | 描述 |
|---|---|---|---|
input |
object | 是 | 输入包装对象 |
input.text |
string | 是 | 包含身体感受描述的文本(最多 2000 字符) |
input.audioTranscript |
string | 否 | 替代的语音转录输入 |
响应 (200 OK)主要内容:
emotionVector.dimensions:8 维激活向量 (dim_1~dim_8,值域 0~1)emotionVector.phaseAlignment:情绪状态的相位对齐值emotionVector.stability:情绪状态稳定性emotionVector.texture:情绪质感标签(阻力/支持/流动/停滞/上升/溶解)causalIntent.labels:1-2 个因果意图标签causalIntent.causeChain:因果链的通俗语言摘要somaticAnchors.cues:输入中检测到的躯体信号锚点somaticAnchors.density:检测到的躯体锚点数量chenYinDescription:解码状态的叙述性描述meta:包含 schema 版本、引擎层级、追踪 ID 和签名水印
错误码:401(API 密钥缺失或无效)、413(输入超过 2000 字符)
定价与限制
- BASIC 计划:$0/月,提供免费试用
- PRO 计划:$15/月,包含 2,000 次调用;超出部分按 $0.009/次 计费
- 计费规则:仅成功调用计费,失败请求免费
- 输入限制:单次调用最多 2000 字符(按每 200 字符单位计费),超出返回
413错误
隐私与免责声明
- 隐私:原始输入文本不会被持久化存储,仅保留密钥哈希和匿名使用遥测数据(调用次数、延迟)用于计费和速率限制
- 免责声明:该 API 仅用于健康和情绪状态模拟,不提供医疗、心理诊断或治疗服务,不可替代专业医疗或心理健康建议




