Lingint Developer Docs
The Lingint API converts audio recordings into speaker-labeled conversation transcripts, then transforms those transcripts into structured meeting notes (Markdown and DOCX). It is aimed at developers integrating voice capture or meeting intelligence into their own products.
Get started in 60 seconds
- Get an API key at lingint.ai/settings.
- POST your audio file to
/audio2dialogand poll until you receive a speaker-labeled dialog transcript. - POST that transcript to
/dialog2meetingand poll until you receive a structured meeting note.
Quick links
| Page | Description |
|---|---|
| Authentication | How to pass your API key and what the key format looks like. |
| Note Taker overview | What each endpoint does and when to use them. |
| Quickstart | Copy-pasteable end-to-end samples in curl, Python, and Node.js. |
| Errors | Error envelope shape and every error code with its HTTP status. |