Getting started
You can interact with our APIs through node.js, python or curl
Quickstart
<div id="gooey-embed"></div>
<script>
function onLoadGooeyEmbed() {
GooeyEmbed.mount({});
}
</script>
<script async defer onload="onLoadGooeyEmbed()" src="
https://gooey.ai/chat/gooey-base-copilot-Kbo/lib.js
"></script>GooeyEmbed.mount({ payload: { variables: { username: "John Appleseed" } } });Read the API Docs
Create an API Key


Authentication
Making a request
Step 1
Install curl & add the GOOEY_API_KEY to your environment variables. Never store the api key in your code.
GOOEY_API_KEY to your environment variables. Never store the api key in your code.Step 2
This is what the example response will look like:
Last updated
Was this helpful?

