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

History

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

Get recent voice history

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

Returns a limited list of historical analyses.

Get recent voice history › query Parameters

limit
​integer · min: 1 · max: 100

Maximum number of history records returned.

Default: 10
days
​integer · min: 1 · max: 365

How many days back to query history.

Default: 30

Get recent voice history › Responses

History response

​object[] · required
GET/api/v1/history
curl --request GET \ --url https://journal-api-layer-main-22c4b17.zuplo.app/api/v1/history
shell
Example Responses
{ "history": [ { "id": "a1b2c3", "createdAt": "2026-03-01T12:00:00.000Z", "transcript": "Calm and focused in tone.", "duration": 11.3, "sentiment": "neutral" } ] }
json
application/json

Insights