Botify
Connector for the botify API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://api.botify.com/v1 - Auth:
header:Authorization(pass your key via theapiKeyinput)
Operations
getprojectanalyses— GET /analyses/{username}/{project_slug} — List all analyses for a projectgetanalysissummary— GET /analyses/{username}/{project_slug}/{analysis_slug} — Get an Analysis detailgetcrawlstatistics— GET /analyses/{username}/{project_slug}/{analysis_slug}/crawl_statistics — Return global statistics for an analysisgetcrawlstatisticsbyfrequency— GET /analyses/{username}/{project_slug}/{analysis_slug}/crawl_statistics/time — Return crawl statistics grouped by time frequency (1 min, 5 mins or 60 min)getcrawlstatisticsurls— GET /analyses/{username}/{project_slug}/{analysis_slug}/crawl_statistics/urls/{list_type} — Return a list of 1000 latest URLs crawled (all crawled URLs or only URLS with HTTP errors)getganalyticsorphanurls— GET /analyses/{username}/{project_slug}/{analysis_slug}/features/ganalytics/orphan_urls/{medium}/{source} — List of Orphan URLs
Inputs
apiKey— your botify API keyoperation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: getprojectanalyses
apiKey: <your key>