App
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.
What your agent can do with Temi
Triggers and actions 5 actions
- ActionDelete Transcription Job
Delete a transcribed job. DELETE https://api.temi.com/v1/jobs/{id}. Only allowed once the job's status is transcribed or failed; returns 204 on success.
- ActionGet Account
Fetch Temi account balance and email. GET https://api.temi.com/v1/account. Returns {balance, email}.
- ActionGet Transcript
Fetch the transcript text/JSON for a completed job. GET https://api.temi.com/v1/jobs/{id}/transcript?version=latest|machine, with Accept header selecting text/plain, application/json, application/msword, or application/pdf.
- ActionGet Transcription Job
Fetch the current status and details of a submitted transcription job. GET https://api.temi.com/v1/jobs/{id}. Returns the job object (status: in_progress/transcribed/failed, web_url, duration_seconds, name).
- ActionSubmit Transcription Job
Submits a new transcription job.
No trigger or action matches that. Ask your agent to add it: it reads the API documentation and builds what you describe.
Not listed?
Need a trigger or action that is not here?
Ask your agent. Describe what you need in plain language and it reads the Temi API documentation, builds the operation at whatever depth the API allows, tests every branch and ships it. The list above is what exists today, not the limit.