Documentation Index
Fetch the complete documentation index at: https://supahooks.ar27111994.dev/llms.txt
Use this file to discover all available pages before exploring further.
GET /info returns a snapshot of the running instance: the current version, active webhook state, enabled features, and a fully-qualified endpoint map built from the live base URL. This endpoint is the recommended starting point for programmatic integration — call it once to discover the exact URLs you need without hard-coding paths.
Authentication: Required when authKey is configured.
Response example
Response fields
The running actor version. Sourced from runtime package metadata (
npm_package_version). In the current release this resolves to 3.0.5 unless overridden at runtime.Human-readable status string indicating the actor tier and online state.
List of enabled feature names for the running instance.
Map of named endpoint keys to fully-qualified URLs built from the live base URL. The
logs entry intentionally includes ?limit=100 as a reasonable starter page size even though /logs defaults to a higher limit when limit is omitted.URL to the Apify Store page and documentation for this actor.