+ web-page-screenshot

> Web page screenshot

// Captures a screenshot of a web page

webscreenshotimage

Captures a screenshot of a web page. Agents can request it by capability ID web.screenshot, or by plain intent — EntRoute resolves phrases like “screenshot page”, “capture webpage” and “page screenshot” to this capability.

// aliases.json

These phrases resolve to this capability with intent-based discovery.

"screenshot page" "capture webpage" "page screenshot" "web capture"
// discover.sh
curl -X POST https://api.entroute.com/discover \
  -H "Content-Type: application/json" \
  -d '{"capability_id": "web.screenshot"}'
// endpoints.json

// No endpoints registered yet

List your API →
// integrate.md

Use this capability in your agent or application: