Hooho: One API to Compare and Implement Speech-to-Text from Google, AWS, Azure
1–3 of 3 posts
Re: Hooho: One API to Compare and Implement Speech-to-Text from Google, AWS, Azure
#2I think strange that you require a public URL to tranfert the audio file... That could be very complex for developers to first store audio file on a cloud provider, allow public access and then pass it to Hooho service.
Why not allowing to transfer data directly using an multipart/form-data or a base64 string?
Re: Hooho: One API to Compare and Implement Speech-to-Text from Google, AWS, Azure
#3I think strange that you require a public URL to tranfert the audio file... That could be very complex for developers to first store audio file on a cloud provider, allow public access and then pass it to Hooho service. Why not allowing to transfer data directly using an multipart/form-data or a base64 string?
Hello matt-api, indeed it is something we plan to improve. The particularity is that depending on the technology used, it is necessary that the file be hosted on a specific platform. For example, AWS only accepts files hosted on AWS.