Generating an API key is only available on the Solo plan & above.
Generating an API Key
1
Navigate to Credentials
Visit the credentials page to access your workspace credentials page.
2
Generate Your API Key
Generate your unique API Key from the credentials section. This key is essential for making authenticated requests to Gumloop’s API.
Your API Key has been successfully generated! Make sure to store it securely.
Using the API Key
With your API Key, you must include it in the headers of every request to the API. The API Key should be sent as an Authorization Bearer token.Authentication Header Format
Code Examples
Below are examples of how to include the API Key in requests using different programming languages.Troubleshooting
401 Unauthorized Error
401 Unauthorized Error
API Key Not Working
API Key Not Working
If your API key isn’t working:
- Verify you’re on the Solo plan or above
- Check that you copied the entire API key without extra spaces
- Ensure you’re using the correct workspace’s API key
- Try regenerating your API key if issues persist
