Skip to main content

Quickstart

Get up and running with the Tella API in just a few minutes.

Step 1: Get your API key

  1. Go to your Tella account settings
  2. Click Create key
  3. Copy your new API key (it starts with tella_pk_)
Keep your API key secure. Never share it publicly or commit it to version control.

Step 2: Make your first request

To list all videos in your workspace, make the following request:

Step 3: Explore the response

A successful response looks like this:

Step 4: Get video details

To get full details including the transcript:

Next steps

Authentication

Learn about API key management and security best practices.

Rate Limiting

Understand rate limits and how to handle them.

Webhooks

Set up webhooks to receive real-time event notifications.