Getting started
You can interact with our APIs through node.js, python or curl
Last updated
You can interact with our APIs through node.js, python or curl
Last updated
@Dara.network / Gooey.AI / support@gooey.ai
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 API KEYS HERE:
You can click on "Create new secret key"
A new API KEY will appear
Copy the key and use it for your API Requests.
Make sure you don't share your API KEY with anyone! 🚫
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:
Let's make an example request to the lipsyncTTS API
Install node-fetch & add the GOOEY_API_KEY
to your environment variables. Never store the api key in your code and don't use direcly in the browser.
Use this sample code to call the API. Make sure to include the full code snippet and the error message.