Using revanced-cli-script with rev.ai

Shell integration

Install
# See https://github.com/CnC-Robert/revanced-cli-script
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
revanced-cli-script
Shell
API
rev.ai
rev.ai
At a glance
Language Shell
Endpoints7
Base URLhttps://api.rev.ai/speechtotext/v1