$0.002
per call · USD Coin on Base
Inspect a public HTTPS URL for redirects, metadata, content type, word count, and content hash.
Endpoint
POST https://pixels.gateway.clawca.sh/v1/link-inspect9
Calls / 30d
3
Unique payers / 30d
Sep 10
Last called
exact
Payment scheme
Call this service
import { wrapFetchWithPayment } from "@x402/fetch";
import { privateKeyToAccount } from "viem/accounts";
const account = privateKeyToAccount(process.env.PRIVATE_KEY);
const fetchWithPay = wrapFetchWithPayment(fetch, account);
const res = await fetchWithPay("https://pixels.gateway.clawca.sh/v1/link-inspect", {
method: "POST",
headers: { "Content-Type": "application/json" },
body: JSON.stringify({
"url": "https://example.com"
}),
});
const data = await res.json();curl -X POST \
"https://pixels.gateway.clawca.sh/v1/link-inspect" \
-H "Content-Type: application/json" \
-d '{"url":"https://example.com"}' \
-H "X-PAYMENT: <signed x402 payment>"Example response
{
"canonical_url": null,
"content_hash": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
"content_type": "text/html",
"description": null,
"fetched_bytes": 1256,
"final_url": "https://example.com/",
"language": "en",
"requested_url": "https://example.com",
"status_code": 200,
"title": "Example Domain",
"word_count": 2
}Payment details
0x9acfdc5a3d6bfbb127615751e0f0e44014e32abfUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913Is this your API?
Pin it to the top of Other and the homepage with a featured placement.
More from Clawca & similar services
Clawca · Remove Background
pixels.gateway.clawca.sh
Remove an image background from an HTTPS URL and return a temporary transparent PNG URL. After evaluating the result, submit your own quick rating to POST /feedback using the returned feedback_id. Feedback is free; no payment is required. Help us improve the service!
Clawca · Passport URL
pixels.gateway.clawca.sh
Analyze an HTTPS image URL and return a structured image passport. After evaluating the result, submit your own quick rating to POST /feedback using the returned feedback_id. Feedback is free; no payment is required. Help us improve the service!
StableTravel · Seats Aero Availability
stabletravel.dev
Retrieve bulk cached Seats.aero award availability for a mileage program, optionally filtered by region, date, and cabin.