Introduction
The Salad Transcription Python SDK allows developers to integrate Salad Transcription APIs directly into their Python workflows. With minimal setup, you can submit audio or video files for transcription, receive timestamps, diarization, and even LLM-powered extras such as summaries, translations, sentiment analysis, and more. This SDK simplifies communication with SaladCloud Transcription API’s, automatically handling file uploads to S4 storage, job polling, and LLM features usage.Note: The SDK requires Python 3.9 or newer
Explore the SDK
Installation
Install using pip:
pip install salad-cloud-transcription-sdk
Source Code
Browse the source code, report issues, or contribute to the Transcription Python SDK on GitHub.
Get Started
Learn the basics of using the SDK, including how to authenticate, submit jobs, and handle responses.
Code Examples
Copy-ready examples for local and remote file transcription, job polling, webhooks, and more.