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

Coaching

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

Generate coaching advice

POST
https://journal-api-layer-main-22c4b17.zuplo.app
/api/v1/coaching

Returns personalized coaching guidance using optional context and prompt input.

Generate coaching advice › Request Body optional

text
​string · minLength: 1 · maxLength: 10000

Optional coaching question or topic

context
​object

Optional context metadata forwarded to the model prompt

Additional properties are allowed

Generate coaching advice › Responses

Coaching response

advice
​string · required
question
​string · required
POST/api/v1/coaching
curl --request POST \ --url https://journal-api-layer-main-22c4b17.zuplo.app/api/v1/coaching \ --header 'Content-Type: application/json' \ --data ' { "text": "How can I improve articulation in meetings?" } '
shell
Example Request Body
{ "text": "How can I improve articulation in meetings?" }
json
application/json
Example Responses
{ "advice": "Try shorter pauses between key points.", "question": "How can I improve my voice based on my recent recordings?" }
json
application/json

ChatInsights