# Rev AI AI integration on Definable

> Rev AI provides advanced machine learning and speech recognition services for converting audio and video to text.

## What this connects

Rev AI provides advanced machine learning and speech recognition services for converting audio and video to text.

Vendor: https://www.rev.ai

## Tools available

**11** tools available. First 12:

- `REV_CREATE_RTMP_STREAM` — Create RTMP Stream — Tool to create an RTMP live stream session for real-time transcription of live audio/video streams. Use when you need to set up streaming transcription via RTMP protocol.
- `REV_DELETE_ALIGNMENT_JOB` — Delete Alignment Job — Tool to delete a forced alignment job and its associated data. Use when you need to permanently remove an alignment job after confirming it's no longer needed.
- `REV_DELETE_CUSTOM_VOCABULARY` — Delete Custom Vocabulary — Tool to delete a completed custom vocabulary and its data. Use when you need to remove an unused vocabulary after confirming it's no longer needed.
- `REV_DELETE_JOB_BY_ID` — Delete Job By ID — Tool to delete a completed transcription job and its data. Use when you need to permanently remove a finished job after confirming it's no longer needed.
- `REV_DELETE_LANGUAGE_ID_JOB` — Delete Language ID Job — Tool to delete a language identification job and its associated data. Use when you need to permanently remove a language ID job that is no longer needed.
- `REV_DELETE_SENTIMENT_JOB` — Delete Sentiment Analysis Job — Tool to delete a specific sentiment analysis job and its associated data. Use when you need to permanently remove a sentiment analysis job after confirming it's no longer needed.
- `REV_DELETE_TOPIC_EXTRACTION_JOB` — Delete Topic Extraction Job — Tool to delete a topic extraction job and its associated data. Use when you need to permanently remove a topic extraction job after confirming it's no longer needed.
- `REV_GET_ACCOUNT` — Get Account — Retrieves Rev AI account information including email, credit balance (in hours), and HIPAA status. Returns current free, purchased, and total balance available for transcription services. No parameters required - uses authenticated credentials.
- `REV_GET_ALIGNMENT_JOB` — Get Alignment Job — Tool to get details of a specific forced alignment job including its status. Use when checking the progress of alignment job processing.
- `REV_GET_ALIGNMENT_TRANSCRIPT` — Get Alignment Transcript — Tool to retrieve the aligned transcript with timestamps for a completed alignment job. Use after confirming the alignment job status is 'completed'.
- `REV_GET_CAPTIONS` — Get Captions — Tool to retrieve captions (SRT or VTT) for a completed Rev.ai transcription job. Use after confirming the job status is 'completed'.
- `REV_GET_CAPTIONS_TRANSLATION` — Get Captions Translation — Tool to retrieve translated captions for a completed Rev.ai transcription job. Use after confirming the job has translation enabled and is complete.

## Auth

Auth schemes: `API_KEY`.

## How agents use Rev AI

Inside a Definable workflow, Rev AI is one of the tools the **Distributor specialist** can call. Example coordination patterns:

- **Researcher → Rev AI** — the Researcher (GPT-5.5) pulls context from Rev AI (records, threads, documents), synthesises findings, and briefs the rest of the team.
- **Writer → Distributor → Rev AI** — the Writer (Claude Opus 4.7) drafts copy in brand voice, the Verifier passes it, then the Distributor writes the result into Rev AI (create record, post message, draft email).
- **Designer / Engineer → Distributor → Rev AI** — the Designer ships an asset or the Engineer ships a code change, the Distributor delivers it via Rev AI (attach file, open PR comment, post status).

The Verifier checks every Rev AI call. On rate limit, schema drift, or auth refresh it self-heals and retries — the workflow completes without manual intervention.

## Categories

- artificial intelligence — https://definable.ai/apps/category/artificial-intelligence/
- transcription — https://definable.ai/apps/category/transcription/

## Related

- HTML page: https://definable.ai/apps/rev_ai/
- Same category (artificial intelligence): https://definable.ai/apps/category/artificial-intelligence/
- All integrations: https://definable.ai/apps/
- Workflow (multi-agent loop): https://definable.ai/workflow/
- Apps llms.txt index: https://definable.ai/llms-apps.txt
