Rev
Connector for the rev API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://api.rev.ai/speechtotext/v1 - Auth:
bearer(pass your key via theapiKeyinput)
Operations
getaccount— GET /account — Get Accountgetlistofjobs— GET /jobs — Get List of Jobsgetjobbyid— GET /jobs/{id} — Get Job By Idgetcaptions— GET /jobs/{id}/captions — Get Captionsgettranscriptbyid— GET /jobs/{id}/transcript — Get Transcript By Idsubmittranscriptionjob— POST /jobs — Submit Transcription Job
Inputs
apiKey— your rev API keyoperation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: getaccount
apiKey: <your key>