Vocal Journaling API
  • Documentation
  • API Reference
Information
Health
    Get API health statusget
Voice
    Upload and analyze voice recordingpost
Chat
    Submit a free-form text chat messagepost
Coaching
    Generate coaching advicepost
Insights
    Get aggregate voice insightsget
History
    Get recent voice historyget
Schemas
powered by Zuplo
Vocal Journaling API Gateway
Vocal Journaling API Gateway

Insights

Endpointhttps://journal-api-layer-main-22c4b17.zuplo.app

Get aggregate voice insights

GET
https://journal-api-layer-main-22c4b17.zuplo.app
/api/v1/insights

Returns periodic insight summary, milestone message, and tips.

Get aggregate voice insights › query Parameters

period
​string · enum

Optional aggregate period. Gateway validates input but upstream defaults to month.

Enum values:
day
week
month
Default: month

Get aggregate voice insights › Responses

Insights response

​object | null · required
tips
​string[] · required
milestone
​string | null
GET/api/v1/insights
curl --request GET \ --url https://journal-api-layer-main-22c4b17.zuplo.app/api/v1/insights
shell
Example Responses
{ "summary": { "bestDay": "Wednesday", "trend": "up" }, "milestone": "You kept a 3-day streak this week", "tips": [ "Practice short, steady breathing before speaking." ] }
json
application/json

CoachingHistory