Pinch PINCH

Introduction

Pinch is an API for speech translation. We offer two products:

Real-time translation — stream audio in, get translated audio and transcripts back in real time. Supports 50+ languages with voice cloning. Use via the Python SDK or connect directly over WebSocket.

Dubbing — submit audio or video, get back a fully dubbed version in another language. Asynchronous REST API with per-minute pricing.

Get an API key from the Developer Portal.


I want to…Go to
Try real-time translation in the browserBrowser demo
Build with the Python SDKSDK Quickstart
See a NodeJS demo appReal-time Demo App
Dub audio or video via APIDubbing Quickstart
See all API endpointsReal-time API Reference or Dubbing API Reference

Base URL

All API requests use:

https://api.startpinch.com

Authenticate with a Bearer token in the Authorization header. Get your API key from the Developer Portal.


Where Pinch fits

  • Real-time interpretation — calls, meetings, classrooms, events
  • Video localization — dub content for new markets
  • Accessibility — live translation as an app feature

Get started >