Rev AI
Rev AI provides advanced machine learning and speech recognition services for converting audio and video to text.
This is a first-class FlyMyAI MCP. Agents discover it automatically via tool search and call the actions below on demand - you never wire it up by hand. See the Composio catalog for how discovery works.
Connect
Rev AI authenticates with an API key. Generate the credential in your Rev AI account, then paste it into FlyMyAI the first time an agent uses a Rev AI action.
Fields to fill in FlyMyAI
| Field | Details |
|---|---|
Rev AI Access Token | The access token generated from the Rev AI account, used for authenticating API requests. (required) |
Actions
Every action this integration exposes. Agents pick the right one from the task; you do not call them by name.
| Action | What it does | Required inputs |
|---|---|---|
REV_AI_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. | id |
REV_AI_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. | id |
REV_AI_GET_ACCOUNT | Tool to retrieve developer account details. use after authenticating with rev ai. | - |
REV_AI_GET_CAPTIONS | Tool to retrieve captions (srt or vtt) for a completed rev.ai transcription job. use after confirming the job status is 'completed'. | job_id |
REV_AI_GET_CUSTOM_VOCABULARY_DETAILS | Tool to retrieve custom vocabulary processing details. use when needing to fetch the status and submitted phrases for a specific custom vocabulary after creation. | id |
REV_AI_GET_JOB_BY_ID | Tool to fetch details of a transcription job by its id. use when confirming job status and metadata are accurate. | id |
REV_AI_GET_LIST_OF_JOBS | Tool to get list of transcription jobs from the past 30 days. use when you need to retrieve and paginate through recent transcription tasks. | - |
REV_AI_GET_TRANSCRIPT_BY_ID | Tool to retrieve the transcript of a completed rev.ai job. use after confirming job is complete. supports json, plaintext, vtt or srt formats. | id |
REV_AI_START_STREAM_TRANSCRIPTION | Tool to start a websocket transcription stream. use when you need real-time speech-to-text streaming via rev.ai. | content_type |
REV_AI_SUBMIT_CUSTOM_VOCABULARY | Tool to submit a custom vocabulary for improved speech recognition. use when you want to process domain-specific terms asynchronously. | phrases |
REV_AI_SUBMIT_TRANSCRIPTION_JOB | Tool to submit a new transcription job. use when you have a media url or file bytes ready for async processing. | - |
Links
We love our partners - FlyMy.AI builds with the best. Thanks, Rev AI!