journal-entries
收藏journal-entries API 数据集概述
基本信息
- API名称: journal-entries
- 类别: Health and Fitness
- 流行度: 9.1
- 服务等级: 100%
- 延迟: 2205ms
- 测试通过率: 100%
- 订阅计划:
- BASIC: $0.00 / mo
- PRO: $19.00 / mo
API概述
Journal Analysis API 接收日记条目并返回全面的心理健康分析,包括情绪、情感、认知模式、可操作的解决方案和风险评估。
主要功能
- 情绪与情感分析: 检测主要和次要情绪,带有强度评分。
- 认知模式检测: 识别思维方式和认知扭曲。
- 风险评估: 标记危机指标、自残和自杀倾向。
- 可操作的解决方案: 提供即时和长期策略,以及资源链接。
- 无数据存储: 所有分析均为临时性,不保存或记录任何数据。
- 健康检查端点:
/ping用于正常运行时间监控。
基础URL
https://journal-entry-f2a726868a9b.herokuapp.com
端点
POST /api/journal/analyze
分析日记条目并接收全面的心理健康报告。
请求体
| 字段 | 类型 | 必填 | 描述 |
|---|---|---|---|
entry |
string | 是 | 要分析的日记条目文本 |
user_id |
string | 否 | 认证用户标识符(可选) |
session_id |
string | 否 | 匿名会话标识符(可选) |
示例请求
json { "entry": "I feel overwhelmed and anxious today. Everything seems too much.", "session_id": "session-123" }
示例响应
json { "mood": "anxious", "sentiment_score": 3, "themes": ["overwhelm", "anxiety"], "insights": ["Feeling overwhelmed and anxious due to perceived excessive responsibilities."], "mental_health_indicators": { "stress_level": "high", "coping_suggestions": ["Prioritize tasks", "Practice relaxation techniques"] }, "emotion_breakdown": { "primary": "anxious", "secondary": ["overwhelmed"], "intensity": 8 }, "cognitive_patterns": { "thinking_style": "catastrophic", "cognitive_distortions": ["catastrophizing", "overgeneralization"], "suggested_challenges": ["What evidence supports these catastrophic thoughts?"] }, "actionable_solutions": { "immediate_actions": ["take deep breaths"], "long_term_strategies": ["establish a routine"], "resources": { "meditation_apps": ["Headspace", "Calm"], "crisis_hotline": "988", "professional_help": "Consider speaking with a therapist" } }, "risk_indicators": { "suicidal_ideation": false, "self_harm_risk": "low", "crisis_level": "low", "recommended_action": "continue_monitoring" }, "metadata": { "entry_length": 124, "analyzed_at": "2025-07-11T00:00:00.000Z", "session_id": "session-123", "analysis_method": "openai" } }
GET /ping
健康检查端点。返回: json { "status": "ok", "message": "API is healthy" }
服务条款
- 不存储或记录任何数据。所有分析均为临时性。
- 建议仅供信息参考,不能替代专业的心理健康护理。
- 不保证准确性。对于紧急情况,请联系专业人士或危机热线。
快速开始
- 发送POST请求到
/api/journal/analyze,附带日记条目。 - 接收即时分析,包括可操作的见解和风险评估。
- 监控正常运行时间使用
/ping端点。
使用案例
- 心理健康与健康应用
- 日记平台
- 治疗工具
- 危机干预系统
支持
如有问题或需要支持,请联系:
邮箱: support@your-domain.com
提供者信息
- API创建者: BridgeAPI
- 订阅者数量: 4



