I just want to test houndify API simply by curl application. But I can't find how can I use it. If I send text or voice recoded file to houndify by curl application in windows(linux) pc, could you let me know full option for curl?
1
There are 1 best solutions below
Related Questions in HOUNDIFY
- Houndify Speech to Text leaves SpokenRespons blank
- How to exclude domains in the Houndify API?
- sample_wave on Python 3 Doesn't Create Speech Handler
- How to make voice requests using Houndify in Python?
- Do Speech to text in real-time
- Including a class in an inherited class in python?
- How to upload user's contact data to HoundServer using Houndify python SDK
- How to get the transcription from the custom commands in Houndify
- How to use houndify API with curl
- How to use Houndify to record User response?
- Saving the final transcript into a textfile with the dynamic name from the user
- how to implement Speech To Text using python houndify?
- How to setup HTTPS for Houndify server?
- Houndify: Web SDK Sample: signed token rejected
- Houndify : while using HoundifyVoiceSearchActivity to search audio, error : only regular white space(\r,\n,\t) is allowed between tokens
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
I would highly recommend using an SDK to do your requests. These SDKs allow for streaming of audio, have code examples, and take care of many things including authentication. https://www.houndify.com/sdks
If you really want to use cURL or write your own SDK, you can find more details about the required fields here, but this would require calculating the authentication headers yourself. https://www.houndify.com/docs/advanced#basics-of-a-houndify-api-request