Integrations

One language layer for every tool your team already uses.

Translate, transcribe, voice, and caption without leaving your workflow. Connect LANGUU to your stack in minutes — or wire it in deeper with our API.

120+connected apps
4-in-1translate · transcribe · voice · caption
<5 minto first connection
SOC 2HIPAA & CJIS aligned
Browse by category

Find the connection that fits how you work

Every integration runs the same engine — context-aware machine output with optional human-in-the-loop review on Solo and above.

D

Docs & productivity

Translate documents in place and keep formatting, tables, and headings intact on export.

Google WorkspaceMicrosoft 365NotionConfluence
C

Communication

Caption live meetings and translate threads so distributed teams read in their own language.

SlackMicrosoft TeamsZoom
V

Video & media

Generate transcripts, burned-in captions, and SRT files for footage straight from the timeline.

YouTubeVimeoPremiere ProFinal Cut
S

Support & help desk

Auto-translate tickets and replies so agents and customers never share a language barrier.

ZendeskIntercomFreshdesk
W

CMS & localization

Localize pages and design copy at publish time, then route strings for native-speaker review.

WordPressContentfulWebflowFigma
A

Automation & storage

Trigger jobs from a new file or row, then drop polished output back where your team finds it.

ZapierMakeGoogle DriveDropboxAmazon S3
For developers

Build the integration we don't have yet

One endpoint, four jobs.

Send text, a document, audio, or video. Get back a translation, transcript, voiceover, or caption file — with a callback when human review completes.

  • REST API with official Python and Node SDKs
  • Webhooks for job status and review sign-off
  • 300+ languages with formal and informal tone
  • Output as plain text, DOCX, SRT, or audio
# Translate a document, request human review
import languu

client = languu.Client(api_key=KEY)

job = client.translate.create(
  source="contract.docx",
  target="ja",
  tone="formal",
  review="human",
)

# notified by webhook when ready
print(job.status)  # queued

Connect LANGUU to your workflow today.

Start free, then add human review and team seats when you need them.

View plans