Rev AI API
Number of APIs: 11
This is a Qodex collection covering the Rev AI API. See the official documentation for a more complete view of the API.
Getting Started
To get started, you'll need to create an account on Rev.ai and generate an access token.
Once you have an access token, fork the Rev AI API
Collection and the Rev AI API
Environment to your own personal workspace. The environment contains a variable accessToken
by which you will copy-and-paste your generated access token. Activate the environment by selecting the circled check icon next to the environment name.
Staying Up to Date with the Collection
Stay up to date with the Rev AI API collection and be notified of new updates to the collection using the [Watch] feature.
To keep your forked collection up to date with any new changes made to this collection, you can do this by using the [Pull Changes] feature.
-
Speech-to-Text-Custom Vocabularies - Delete Custom Vocabulary DELETE {{baseUrl}}/speechtotext/v1/vocabularies/:id
-
Speech-to-Text-Transcription Jobs - Get List of Jobs GET {{baseUrl}}/speechtotext/v1/jobs
-
Speech-to-Text-Transcription Jobs - Submit Job with Local File POST {{baseUrl}}/speechtotext/v1/jobs
-
Speech-to-Text-Outputs - Get Transcript GET {{baseUrl}}/speechtotext/v1/jobs/:jobId/transcript
-
Speech-to-Text-Accounts - Get Account Info GET {{baseUrl}}/speechtotext/v1/account
-
Speech-to-Text-Custom Vocabularies - Get Custom Vocabulary GET {{baseUrl}}/speechtotext/v1/vocabularies/:id
-
Speech-to-Text-Custom Vocabularies - Get List of Custom Vocabularies GET {{baseUrl}}/speechtotext/v1/vocabularies
-
Speech-to-Text-Custom Vocabularies - Submit Custom Vocabulary POST {{baseUrl}}/speechtotext/v1/vocabularies
-
Speech-to-Text-Outputs - Get Captions GET {{baseUrl}}/speechtotext/v1/jobs/:jobId/captions
-
Speech-to-Text-Transcription Jobs - Get Job GET {{baseUrl}}/speechtotext/v1/jobs/:jobId