Using reverseToy with rev.ai

Java integration

Install
# Maven: see https://github.com/dyglcc/reverseToy
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
reverseToy
Java
API
rev.ai
rev.ai
At a glance
Language Java
Endpoints7
Base URLhttps://api.rev.ai/speechtotext/v1