One-page objective website metadata check; no AI analysis
One-page objective website metadata check; no AI analysis. Asynchronous durable receipt; retain private capability and poll the result URL.
Answeringour last check, 2026-09-24
1 of 1checks answered this week
355 msmedian answer time
$0.05listed price per call
$0.05price 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://gateway-wallet-payments.jerryrnapier.workers.dev/api/agent/v1/services/website-quick-check
| Category | Market data |
|---|---|
| Provider host | gateway-wallet-payments.jerryrnapier.workers.dev |
| Networks | eip155:8453 |
| Payment schemes | exact |
| Self-reported calls, 30 days | 1 from 1 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.05 | 355 ms |
Example input (from the provider)
{
"body": {
"input": {
"website": "https://example.com/"
},
"service": "website-quick-check"
},
"bodyType": "json",
"headers": {
"Authorization": "Bearer <GENERATE_PRIVATE_RANDOM_32_BYTE_HEX>",
"Content-Type": "application/json",
"Idempotency-Key": "example_unique_key_0001"
},
"method": "POST",
"type": "http"
}
Promised output schema (from the provider)
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"additionalProperties": false,
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"body": {
"additionalProperties": false,
"properties": {
"deliveryEmail": {
"format": "email",
"maxLength": 254,
"type": "string"
},
"input": {
"additionalProperties": false,
"properties": {
"website": {
"description": "Public HTTPS website origin only; no credentials, query or fragment.",
"format": "uri",
"maxLength": 2048,
"type": "string"
}
},
"required": [
"website"
],
"type": "object"
},
"service": {
"const": "website-quick-check",
"type": "string"
}
},
"required": [
"service",
"input"
],
"type": "object"
},
"bodyType": {
"const": "json",
"type": "string"
},
"headers": {
"additionalProperties": false,
"properties": {
"Authorization": {
"description": "Replace the deliberately invalid placeholder with Bearer followed by a fresh private random 32-byte capability encoded as 64 lowercase hex characters. Retain it privately for result retrieval; never reuse a published example credential.",
"type": "string"
},
"Content-Type": {
"const": "application/json",
"type": "string"
},
"Idempotency-Key": {
"pattern": "^[A-Za-z0-9_-]{16,128}$",
"type": "string"
}
},
"required": [
"Content-Type",
"Authorization",
"Idempotency-Key"
],
"type": "object"
},
"method": {
"enum": [
"POST"
],
"type": "string"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method",
"bodyType",
"body",
"headers"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"properties": {
"ok": {
"type": "boolean"
},
"paymentState": {
"type": "string"
},
"resultUrl": {
"type": "string"
},
"status": {
"type": "string"
},
"statusUrl": {
"type": "string"
}
},
"required": [
"ok",
"paymentState",
"status",
"statusUrl",
"resultUrl"
],
"type": "object"
},
"type": {
"const": "json",
"type": "string"
}
},
"required": [
"type",
"example"
],
"type": "object"
}
},
"required": [
"input",
"output"
],
"type": "object"
}