Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
curl -X GET https://api.woolball.xyz/v1/models/speech-to-text \ -H "Authorization: Bearer <YOUR_API_KEY>"
{ "data": [ { "outputLanguage": true, "returnTimestamps": true, "model": "onnx-community/whisper-large-v3-turbo_timestamped", "dtype": "q8" } ] }
Get available speech-to-text models
Show Model