Gumshoe has an API that is available to users. The API lets you connect your reports, insights, and GEO data directly to your workflows and systems. Using the API makes it easier to integrate Gumshoe into dashboards and combine AI visibility insights with the rest of your tech stack.
You may also be interested in our current JSON export. Read more here.
How to find your API key
- Click the dropdown in the top-left corner of your screen
- Next to your workspace name, click the small settings icon to open Workspace Settings
- In the left-side menu, scroll to "Manage workspace" and select API Keys
If you don't see it listed:
- You may be in the wrong workspace
- You may have limited access to the workspace you are in
Documentation
You can visit our documentation from the API Keys page or by clicking here.
Troubleshooting a 401 error when using the API
A common cause of a 401 error on the runs endpoint is passing the run's ID in the {ordinal} placeholder. That field expects the run's ordinal number (1, 2, 3, etc., based on run order), not the runId.