LingintLingint developer docs

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

  1. Get an API key at lingint.ai/settings.
  2. POST your audio file to /audio2dialog and poll until you receive a speaker-labeled dialog transcript.
  3. POST that transcript to /dialog2meeting and poll until you receive a structured meeting note.

Quick links

PageDescription
AuthenticationHow to pass your API key and what the key format looks like.
Note Taker overviewWhat each endpoint does and when to use them.
QuickstartCopy-pasteable end-to-end samples in curl, Python, and Node.js.
ErrorsError envelope shape and every error code with its HTTP status.