Submit Job with Local File
POST {{baseUrl}}/speechtotext/v1/jobs
Submits an asynchronous job to transcribe speech-to-text for a media file by uploading the file locally as part of a multipart/form
request. Visit https://www.rev.ai/docs#operation/SubmitTranscriptionJob for more details and descriptions on the different options with which you can submit.
Request Body
[{"name"=>"media", "value"=>nil, "datatype"=>"null"}, {"name"=>"options", "value"=>"{}", "datatype"=>"string"}]
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |
RESPONSES
status: OK
{"id":"Lr694KPg1ibR","created_on":"2021-01-03T00:05:30.000Z","name":"audio.mp3","media_url":"https://www.example.com/audio.mp3","status":"in_progress","duration_seconds":107,"type":"async","delete_after_seconds":120,"language":"fr","filter_profanity":true}