Rev.ai provides quality speech-text recognition via a RESTful API. All public methods and objects are documented here for developer reference. For a real-time speech to text solution, use Rev.ai's Streaming API. Base Endpoint The base url for this version of the API is > `htt
curl \ -H "Authorization: Bearer $API_KEY" \ https://api.rev.ai/speechtotext/v1/jobs
curl \ -H "Authorization: Bearer $API_KEY" \ https://api.rev.ai/speechtotext/v1/account
curl \
-H "Authorization: Bearer $API_KEY" \
https://api.rev.ai/speechtotext/v1/jobs/{id}