Read an allowed public HTTPS page and return a concise English or Japanese repor
Read an allowed public HTTPS page and return a concise English or Japanese report with source quotes, URL and retrieval time. No login-only pages or JavaScript rendering.
Answeringour last check, 2026-09-26
1 of 1checks answered this week
1981 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://otomo-world-id.vercel.app/api/services/taro/page-report
| Category | Code and developer |
|---|---|
| Provider host | otomo-world-id.vercel.app |
| Networks | eip155:84532 |
| 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-26 | valid payment request | 402 | $0.05 | 1981 ms |
Example input (from the provider)
{
"body": {
"language": "en",
"url": "https://www.gotokyo.org/en/index.html"
},
"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": {
"additionalProperties": false,
"properties": {
"language": {
"description": "Report language.",
"enum": [
"en",
"ja"
],
"type": "string"
},
"url": {
"description": "Public HTTPS URL on one of the advertised allowedHosts; no credentials or nonstandard ports.",
"format": "uri",
"maxLength": 2048,
"type": "string"
}
},
"required": [
"url",
"language"
],
"type": "object"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
},
"method": {
"enum": [
"POST"
],
"type": "string"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method",
"bodyType",
"body"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"properties": {
"report": {
"properties": {
"cached": {
"type": "boolean"
},
"facts": {
"items": {
"properties": {
"claim": {
"type": "string"
},
"quote": {
"description": "Verbatim excerpt found in the retrieved page text.",
"type": "string"
}
},
"required": [
"claim",
"quote"
],
"type": "object"
},
"type": "array"
},
"language": {
"enum": [
"en",
"ja"
],
"type": "string"
},
"source": {
"properties": {
"retrievedAt": {
"type": "string"
},
"sha256": {
"type": "string"
},
"truncated": {
"type": "boolean"
},
"url": {
"type": "string"
}
},
"required": [
"url",
"retrievedAt",
"sha256",
"truncated"
],
"type": "object"
},
"summary": {
"type": "string"
},
"title": {
"type": "string"
}
},
"required": [
"title",
"summary",
"facts",
"source",
"language",
"cached"
],
"type": "object"
},
"seller": {
"type": "string"
},
"service": {
"const": "page-report",
"type": "string"
}
},
"required": [
"report",
"seller",
"service"
],
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}