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

Chat

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

Submit a free-form text chat message

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

Send a plain text prompt and receive a direct chat-style response.

Submit a free-form text chat message › Request Body

text
​string · minLength: 1 · maxLength: 10000 · required

Text message for analysis

context
​object

Optional context metadata forwarded to the model prompt

Additional properties are allowed

Submit a free-form text chat message › Responses

Chat completion response

response
​string · required
POST/api/v1/chat
curl --request POST \ --url https://journal-api-layer-main-22c4b17.zuplo.app/api/v1/chat \ --header 'Content-Type: application/json' \ --data ' { "text": "What does my tone suggest about my confidence?" } '
shell
Example Request Body
{ "text": "What does my tone suggest about my confidence?" }
json
application/json
Example Responses
{ "response": "You sound focused and upbeat in this recording." }
json
application/json

VoiceCoaching