rev.ai

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

🔑 bearer 7 endpoints text
📄 Docs 📋 OpenAPI spec 🔬 Try in Swagger UI

SDKs by language (8 total)

pip install revai-python-sdk
# Maven: see https://github.com/dyglcc/reverseToy
dotnet add package Plugin.RevenueCat
dotnet add package revit-sample-browser
# Maven: see https://github.com/SchildiChat/schildi-revenge
# See https://github.com/ADN-DevTech/revit-api-chms
# See https://github.com/CnC-Robert/revanced-cli-script
# See https://github.com/jeremytammik/RevitSdkSamples
curl examples
Get List of Jobs
curl \
  -H "Authorization: Bearer $API_KEY" \
  https://api.rev.ai/speechtotext/v1/jobs
Get Account
curl \
  -H "Authorization: Bearer $API_KEY" \
  https://api.rev.ai/speechtotext/v1/account
Get Job By Id
curl \
  -H "Authorization: Bearer $API_KEY" \
  https://api.rev.ai/speechtotext/v1/jobs/{id}
Endpoints (7 total)
GET
/jobs
Get List of Jobs
GET
/account
Get Account
GET
/jobs/{id}
Get Job By Id
GET
/jobs/{id}/captions
Get Captions
GET
/jobs/{id}/transcript
Get Transcript By Id
POST
/jobs
Submit Transcription Job
DELETE
/jobs/{id}
Delete Job by Id
At a glance
Total SDKs8
Languages7
Endpoints7
Authbearer
Categories1
https://api.rev.ai/speechtotext/v1