[Feature] API Usage
Description of the feature you are requesting: As a user, I’d like to be able to understand how to use the provided API for the STT (speech-to-text) service. While I can see the API-related code in the repository, there doesn’t appear to be documentation or examples that explain how to call the API or what the expected request/response formats are.
Describe the solution you’d like It would be helpful to have a brief section in the README or a separate documentation file that outlines how to use the API—preferably with example curl commands, request/response JSON formats, and any necessary authentication or configuration steps.
Describe alternatives you’ve considered I tried reading through the codebase to reverse-engineer the API usage, but it’s not very straightforward without documentation. I also looked for tests or example scripts that might demonstrate API usage, but didn’t find any.
Additional context Clear API usage instructions would greatly help new users and developers who want to integrate or test the STT functionality quickly. Thanks for your great work on this project!
Hoping for this as well. Hoping to both wrap it in an MCP to auto transcribe and summarize videos. The API would also make it cool for video players to get generated subtitles.