Public API
Read your Monologue Voice Notes and receive note events in your own tools.
The Public API lets a Monologue user build personal workflows around their Voice Notes. It is separate from the Enterprise API for approved integrations.
Use these guides to create a token, choose an integration approach, and handle webhooks. Use the endpoint reference when you need the exact request parameters and response schemas.
Read Voice Notes
List notes, search transcripts and summaries, and retrieve a complete note.
Receive note events
React when a note finishes processing or fails.
Endpoint reference
Check exact parameters, response fields, schemas, and generated examples.
What you need
- A Monologue account with Voice Notes.
- A personal API token created in the Monologue app.
- An HTTPS endpoint if you want to receive webhooks.
The current token scope is notes:read. The API cannot create, edit, or delete notes.
Start with the quickstart. Keep the endpoint reference nearby while you implement requests.