Temi

Temi is an audio transcription service that uses computers to transcribe English audio or video into text. We also offer rich editing tools that you can use to annotate and edit your transcripts.

Go to site

Temi API Integrations

Build and run workflows using the Temi API. Use 1000s of source-available triggers and actions across 1000+ apps. Or write custom code to integrate any app or API in seconds.

Overview

The Temi API gives developers the ability to create revolutionary new applications that can interact with Temi, the world's first personal robot for the home that treats each household member with respect and kindness. With this powerful API, you can add voice commands, facial recognition, even autonomous navigation to your app, making it truly powerful and revolutionary!

The possibilities are endless with the Temi API. Here's some of the things you can build:

  • Autonomous Navigation: Create an app that enables Temi to intuitively search and reach its configured destinations.
  • Voice Commands: Enable your app to respond to voice commands issued by Temi's users.
  • Facial Recognition: Implement facial recognition in your app and get Temi to recognize and greet house members on arrival.
  • Content Distribution: Create an app that allows users to store and access media and other content on Temi.
  • Robotics Apps: Create innovative robotic apps to let users interact with Temi in more ways.
  • Home Automation: Create an app that lets Temi control home devices like lights and heaters, or monitor smoke and CO2 levels.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
import { axios } from "@pipedream/platform"
export default defineComponent({
  props: {
    temi: {
      type: "app",
      app: "temi",
    }
  },
  async run({steps, $}) {
    return await axios($, {
      url: `https://api.temi.com/v1/account`,
      headers: {
        Authorization: `Bearer ${this.temi.$auth.api_key}`,
      },
    })
  },
})
Submit Transcription Job with Temi API on New Requests (Payload Only) from HTTP / Webhook API
HTTP / Webhook + Temi
 
Try it
Send Message (Advanced) with Discord Webhook API on New Transcript from Temi API
Temi + Discord Webhook
 
Try it
Submit Transcription Job with Temi API on New Submission from Typeform API
Typeform + Temi
 
Try it
Submit Transcription Job with Temi API on Custom Events from Zoom API
Zoom + Temi
 
Try it
Get Film with SWAPI - Star Wars API on New Transcript from Temi API
Temi + SWAPI - Star Wars
 
Try it
New Transcript from the Temi API

Emit new event when a new transcript is created.

 
Try it
Submit Transcription Job with the Temi API

Submits a job passing a media URL. See the docs.

 
Try it

Authentication

Temi uses API keys for authentication. When you connect your Temi account, Pipedream securely stores the keys so you can easily authenticate to Temi APIs in both code and no-code steps.

You can generate an API key by logging into your Temi account and going to the developer page.