Gumshoe has an API that is available to users. The API lets you connect your Visibility Audit, 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 JSON export, which returns the same Visibility Audit data without using the API. Read more here.
How do I find my 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.
If you still don't see it, chat in and ask for a human or email our team at support@gumshoe.ai. We'll investigate.
Where is the API documentation?
You can open the API documentation from the API Keys page or click here.
How do I fix 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.