Fetch Sentry
Paid fetch, metadata extraction, and prompt-injection scanning for agents over x402 on Base. The API returns HTTP 402 requirements and settles through x402-compatible clients.
GET /preview
Free short preview so agents can inspect before paying.
FreeGET /fetch
Clean text + final URL + page summary.
$0.001GET /extract
Title, description, canonical URL, links, and language.
$0.002POST /scan
Prompt-injection and credential-harvest heuristics.
$0.003Try Free Preview
Examples
curl -i "https://api.fetch-sentry.online/preview?url=https%3A%2F%2Fexample.com"
curl -i "https://api.fetch-sentry.online/fetch?url=https%3A%2F%2Fexample.com"
curl -i "https://api.fetch-sentry.online/extract?url=https%3A%2F%2Fexample.com"
curl -i -X POST "https://api.fetch-sentry.online/scan" \
-H "content-type: application/json" \
-d '{"url":"https://example.com"}'
Agent Docs
Machine-readable docs: https://api.fetch-sentry.online/pricing.json, https://api.fetch-sentry.online/openapi.json, https://api.fetch-sentry.online/llms.txt, and https://api.fetch-sentry.online/quickstart.txt.
Public endpoints: https://api.fetch-sentry.online/health, https://api.fetch-sentry.online/catalog, https://api.fetch-sentry.online/ops/stats, and https://api.fetch-sentry.online/ops/events.