// score.json
Overall score: 0.48
Success Rate 0%
Latency 82%
Price 90%
Stability 100%
// payment.json
price: $0.0100
type: x402
network: base
model: per_request
assets: USDC
// metrics.json
success_7d N/A
success_30d N/A
p95_latency 370ms
last_verified 242d ago
// success_rate_30d
// No history data
// avg_latency_30d
// No history data
// contract.json
No contract info available
// request.json
{
"url": "https://example.com/page",
"formats": [
"markdown",
"html"
]
}// response.json
{
"markdown": "# Page Title\n\nContent here...",
"html": "<h1>Page Title</h1><p>Content here...</p>",
"metadata": {
"title": "Page Title",
"description": "A description"
}
}// discover.sh
curl -X POST https://api.entroute.com/discover \ -H "Content-Type: application/json" \ -d '{"capability_id": "web.scrape"}'