githubEdit

Quick Start

Get up and running with the Mediatranscribe API

The MediaTranscribe API offers a seamless platform for developers to integrate advanced transcription and text generation capabilities into their applications. With the API, you can tap into an intelligence layer to transcribe audio and video content accurately while leveraging advanced models for tasks like summarization and subtitle generation to elevate the communication capabilities in your applications.

Account Setup

First, create a Mediatranscribe accountarrow-up-right or sign inarrow-up-right. Next, navigate to the Dashboard and "Create new secret key", optionally naming the key. Make sure to save this somewhere safe and do not share it with anyone.

Get your API Keys

Your API requests are authenticated using API secret keys. Any request that doesn't include an API secret key will return an error.

You can generate an API key from your Dashboard at any time.

Make Your First Request

This is where your journey with MediaTranscribe begins. In this section, we'll guide you through making your first request using our platform. Whether you want to transcribe an audio file, generate subtitles for a video, or dive into any of our other transformative services, you're just a few clicks away from experiencing the power of MediaTranscribe. Let's get started with our tags endpoint.

Base API URL

http://api.mediatranscribe.com/api/v1arrow-up-right

QuickStart Language Selection

Checkout how to use the various languages when starting out with Mediatranscribe.

Set up your preferred Language

To use the mediatranscribe API you need to install a supported programming language. Programming languages currently supported are Curlarrow-up-right, Pythonarrow-up-right, Javascriptarrow-up-right and Javaarrow-up-right. Some computers come pre-installed with some of the programming languages. You can open your Command Line or Terminal to check whether a specific language is installed. If not visit their homepages to get a step by step guide on the installation process. Click on the links to be redirected.

Curl

Curl is a popular command line tool used by developers to send HTTP requests to API's. It requires minimal set up time but is less capable than a fully featured programming language like Python or JavaScript.

chevron-rightMake an API Requesthashtag

Python

Python is a popular programming language that is commonly used for data applications, web development, and many other programming tasks due to its ease of use.

chevron-rightMake an API requesthashtag

Java

Java is a widely-used programming language known for its versatility and robustness. Java's strength lies in its platform independence, allowing developers to write code once and run it anywhere

chevron-rightMake an API requesthashtag

Javascript

JavaScript, is a versatile programming language primarily used for building interactive websites and web applications.

chevron-rightMake an API requesthashtag

Axios

Axios is a popular JavaScript library used for making HTTP requests from web browsers and Node.js environments. It provides a simple and intuitive API for performing asynchronous operations, such as fetching data from a server or submitting form data.

chevron-rightMake an API requesthashtag

Next Steps

After making the first request with MediaTranscribe, here are a few other things to explore

  • Review the initial response for accuracy and completeness.

  • Explore additional endpoints for different conversion tasks like summarization and subtitle generation.

  • Experiment with different parameters and options to customize the output according to your needs.

  • Integrate error handling to gracefully manage any unexpected issues.

  • Scale up your usage by optimizing API requests for efficiency and performance.

Last updated