Skip to content

Instantly share code, notes, and snippets.

View zengde's full-sized avatar

zengde zengde

View GitHub Profile
<html>
<head>
<title>API Example</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<script src="https://cdn.jsdelivr.net/npm/jquery@2.1.1/dist/jquery.min.js"></script>
<script type="text/javascript">
var accessToken = "<Put Your Agent Access Token Here!>";
var baseUrl = "https://api.api.ai/v1/";
var synth;
var conversation=[];