cURL
curl --request POST \ --url http://localhost:9000/api/v1/replicate/stt \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: multipart/form-data' \ --form 'url=<string>' \ --form 'task=<string>' \ --form batch_size=123 \ --form 'timestamp=<string>'
Speech To Text using the turian/insanely-fast-whisper-with-video AI Model.
Was this page helpful?