pluja / whishper

Transcribe any audio to text, translate and edit subtitles 100% locally with a web UI. Powered by whisper models!

Home Page:https://whishper.net

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Question] It's possible acess from postman?

vbmcpy opened this issue · comments

it's possible to replicate the same request in Postman that you're making using curl?

Example?

curl --request POST
--url 'http://mydomain'
--header 'Authorization: Bearer YOUR_API_KEY'
-F "file=@YOUR_FILE_PATH"
-F "url=YOUR_URL"
-F "diarization=false"
-F "numSpeakers=2"
-F "fileType=YOUR_FILE_TYPE"
-F "language=en"
-F "task=transcribe"

"I looked in the transcription_folder but did not find any documentation with instructions."

I will try to add docs for the transcription api this week, yes, it should be possible to do.

So is it possible?