Inspect a public HTTPS URL for redirects, metadata, content type, word count, an
Inspect a public HTTPS URL for redirects, metadata, content type, word count, and content hash.
Answeringour last check, 2026-09-24
1 of 1checks answered this week
1437 msmedian answer time
$0.002listed price per call
$0.002price it asked us
Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.
Endpoint
POST https://pixels.gateway.clawca.sh/v1/link-inspect
| Category | Everything else |
|---|---|
| Provider host | pixels.gateway.clawca.sh |
| Networks | eip155:8453 |
| Payment schemes | exact |
| Self-reported calls, 30 days | 12 from 4 payers (the provider's figure, not ours) |
Our checks, last 30 days
| Day | Result | HTTP | Asked | Time |
|---|---|---|---|---|
| 2026-09-24 | valid payment request | 402 | $0.002 | 1437 ms |
Example input (from the provider)
{
"body": {
"agent_context": {
"agentType": "Codex",
"client": "agentcash"
},
"url": "https://example.com"
},
"bodyType": "json",
"method": "POST",
"type": "http"
}
Promised output schema (from the provider)
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"body": {
"properties": {
"agent_context": {
"description": "Identify the calling agent and payment client. Use Unknown for an unidentified agent and unknown for an unidentified client. No IDs are needed. These answers are reported claims.",
"properties": {
"agentType": {
"description": "Which agent are you running? Choose the closest agent type. For Others, include its name in agentTypeOther. Use Unknown if you cannot identify the agent.",
"enum": [
"Codex",
"Claude Code",
"Hermes",
"OpenClaw",
"Others (Specify)",
"Unknown"
],
"type": "string"
},
"agentTypeOther": {
"description": "Specify the agent name when agentType is Others (Specify).",
"maxLength": 80,
"minLength": 1,
"type": "string"
},
"client": {
"description": "Which payment client are you using? [agentcash, awal, pay.sh, others, unknown]",
"maxLength": 80,
"minLength": 1,
"type": "string"
},
"discovery_query": {
"description": "What search query did you use to find this service? Omit if unknown or no search was used; do not invent a query from your task.",
"maxLength": 500,
"minLength": 1,
"type": "string"
}
},
"required": [
"agentType",
"client"
],
"type": "object"
},
"url": {
"format": "uri",
"pattern": "^https://",
"type": "string"
}
},
"required": [
"url",
"agent_context"
],
"type": "object"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
},
"method": {
"enum": [
"POST",
"PUT",
"PATCH"
],
"type": "string"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method",
"bodyType",
"body"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"properties": {
"canonical_url": {
"type": [
"string",
"null"
]
},
"content_hash": {
"pattern": "^[a-f0-9]{64}$",
"type": "string"
},
"content_type": {
"type": [
"string",
"null"
]
},
"description": {
"type": [
"string",
"null"
]
},
"fetched_bytes": {
"type": "integer"
},
"final_url": {
"format": "uri",
"type": "string"
},
"language": {
"type": [
"string",
"null"
]
},
"requested_url": {
"format": "uri",
"type": "string"
},
"status_code": {
"type": "integer"
},
"title": {
"type": [
"string",
"null"
]
},
"word_count": {
"type": "integer"
}
},
"required": [
"requested_url",
"final_url",
"status_code",
"content_type",
"title",
"description",
"canonical_url",
"language",
"word_count",
"content_hash",
"fetched_bytes"
],
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}