You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
result = speect_to_text.upload_audio(file_location,API_KEY, model_choice)
13
+
```
14
+
Save the upload_url. You can use this url link in the rest of the calls.
15
+
16
+
2- Submit your audio file for transcription by sendingPOST request tohttps://api.slashml.com/speech-to-text/v1/transcribe/. The body should contain a json object with audio_url which points to an audio file that is publicly available.
17
+
Save the id in the response object.
18
+
19
+
3 - Check the status of the transcription by sending a GETrequest tohttps://api.slashml.com/speech-to-text/v1/transcription/
0 commit comments