Using revit-sample-browser with rev.ai

C# integration

Install
dotnet add package revit-sample-browser
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}
SDK on GitHub 📄 API Docs
SDK
revit-sample-browser
C#
API
rev.ai
rev.ai
At a glance
Language C#
Endpoints7
Base URLhttps://api.rev.ai/speechtotext/v1