You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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. 
10
88
@@ -26,7 +104,7 @@ Copy the key and use it for your API Requests. 
26
104
Make sure you don't share your API KEY with anyone! 🚫
27
105
{% endhint %}
28
106
29
-
## AUTHENTICATION 
107
+
## Authentication
30
108
31
109
**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.
32
110
@@ -36,9 +114,9 @@ All API requests should include your API key in an `Authorization` HTTP header a
36
114
"Authorization": "Bearer " + GOOEY_API_KEY
37
115
```
38
116
39
-
## MAKING A REQUEST
117
+
## Making a request
40
118
41
-
Let's make an example request to the lipsyncTTS API
119
+
Let's make an example request to the `lipsyncTTS API`
0 commit comments