Last Updated: July 25, 2025 This quick start tutorial will teach you the basics of using the Salad Transcription API Python SDK. It demonstrates how to install the SDK, authenticate with your API key, submit transcription jobs, and access results.Documentation Index
Fetch the complete documentation index at: https://docs.salad.com/llms.txt
Use this file to discover all available pages before exploring further.
Prerequisites
Before you begin, ensure that:- You have a SaladCloud account and a valid API key. Generate one via the Salad Portal.
- You have Python 3.9+ with
pipproperly configured on your system.
Step 1: Install the SDK
Install the SaladCloud Transcription SDK using pip:Step 2: Submit a file for transcription and retrieve the result
The following example demonstrates how to transcribe a local audio or video file. Replace:<YOUR_API_KEY>with your SaladCloud API key<ORG_NAME>with your organization name<FILE_PATH>with the path to your local file (or use a downloadable URL)
Next Steps
You should now have a working transcription pipeline. To learn more:- Explore Code Examples for polling jobs options, webhook handling, Lite vs. Full engine usage and parameters setup.
- Review the Full Documentation for advanced features like summaries, translations, custom vocabulary, and sentiment analysis.