About this Cloud Hub Solution:
Rev.ai API Documentation offers high-quality speech-to-text recognition capabilities through a simple and intuitive RESTful API.
Base Endpoint
The base url for this version of the API is: https://api.rev.ai/v1
Quick Start
Get your Access Token: Generate your access token on the settings page of your account.
Submit a File:
curl -X POST \ -H "Authorization: Bearer $REV_ACCESS_TOKEN" \ -H "Content-Type: application/json" \ -d '{"media_url": "audio_file_url"}'
Get Your Transcript:
curl -X GET \ -H "Authorization: Bearer $REV_ACCESS_TOKEN" \ -H "Accept: application/vnd.rev.transcript.v1.0+json"
Webhooks:
If the optional callback_url is specified, the API will send an HTTP POST request to the callback_url...
Rate limits apply as follows:10000 transcription requests can be submitted every 10 minutes500 transcriptions can be processed every 10 minutes
Error Handling:
Status Code Error
429 Too Many Requests
502 Bad Gateway
503 Service Unavailable
504 Gateway