Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Question] It's possible acess from postman? #85

Open
vbmcpy opened this issue Feb 19, 2024 · 2 comments
Open

[Question] It's possible acess from postman? #85

vbmcpy opened this issue Feb 19, 2024 · 2 comments

Comments

@vbmcpy
Copy link

vbmcpy commented Feb 19, 2024

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."

@pluja
Copy link
Owner

pluja commented Feb 20, 2024

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

@tmocakeling
Copy link

So is it possible?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants