Skip to content

Instantly share code, notes, and snippets.

@Samarth26
Samarth26 / README.md
Last active July 9, 2018 04:18 — forked from PurpleBooth/README-Template.md
Implementing Wit.Ai

Wit.Ai implementation

Implementing Wit.Ai with Azure for faster responses.

Getting Started

Wit.Ai and sign into singaporeis and Azure.

Prerequisites

<html>
<head>
<title>API Example</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<script src="http://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
<script type="text/javascript">
var accessToken = "<your agent's client access token>";
var baseUrl = "https://api.api.ai/v1/";