Links
Comment on page

API REFERENCE

You can interact with our APIs through node.js, python or curl

GETTING STARTED

Gooey.AI allows single API key for several workflows. So whether you are including AI images in your app or making a highly customized AI Copilot, you can access our whole suite of workflows through a single API key.

Create an API key

Every workflow has a tab called "API". If you scroll to the very bottom you can create new API keys.

AUTHENTICATION

Remember that your API key is a secret! Do not share it with others or expose it in any client-side code (browsers, apps). Production requests must be routed through your own backend server where your API key can be securely loaded from an environment variable or key management service.
All API requests should include your API key in an Authorization HTTP header as follows:
"Authorization": "Bearer " + GOOEY_API_KEY

MAKING A REQUEST

Every Gooey.AI workflow has a simple and expandable example request. Please check the API tab.
Last modified 1mo ago