Wit.ai
communityMeta natural language processing platform for building conversational AI, chatbots, and voice interfaces.
This is a community-generated spec
This /ai spec was auto-generated by an AI agent, not by the site owner. It may be incomplete or inaccurate.
GET
https://api.wit.ai/messageAnalyze natural language text for intents and entities
Parameters
quser message (stringrequiredvAPI version YYYYMMDD (stringoptionalReturns
text, intents[] with name, confidence, entities with name, value, confidence, traitsPOST
https://api.wit.ai/speechConvert speech audio to text with NLU
Parameters
audioaudio data (binaryrequiredContent-Typeaudio/wav or audio/mpeg (stringrequiredReturns
text, intents[], entities, traitsPOST
https://api.wit.ai/synthesizeGenerate speech from text
Parameters
qtext to speak (stringrequiredspeed0.5-2.0 (numberoptionalvoicevoice name (stringoptionalReturns
audio/wav binary stream