We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e4ab27 commit 9b5b887Copy full SHA for 9b5b887
SDK_v1/readme.md
@@ -18,7 +18,7 @@ Save the upload_url. You can use this url link in the rest of the calls.
18
19
2- Submit your audio file for transcription
20
```
21
-upload_url=upload_url
+upload_url=upload_url # you can skip step 1 and just input the accessible link of your # file)
22
23
result_transcribe = speect_to_text.transcribe(upload_url,API_KEY, model_choice)
24
0 commit comments