Overview
Access AI-powered research and news processing capabilities. Submit queries for research analysis, news summarization, and information processing. Agents can perform deep research, fetch current news, analyze trends, and synthesize information from multiple sources. Each request costs $0.015 USDC and supports payments on Base network via Coinbase facilitator.
Protocol
x402
Price
$0.01
Payment Asset
USD Coin
Payment Network
Base
Category
real-time-data/news
Provider
otaku
Indexed
2026-03-02 01:02:07
Health
Status
degraded
Latency (p50)
106ms
Uptime (30d)
100.0%
Reliability Score
90/100
Last Checked
2026-06-25 17:02:28
Last Healthy
Never
Consecutive Failures
2
Input Schema
{
"bodyFields": {
"agentId": {
"description": "Optional agent identifier (UUID). Uses first available agent if not provided.",
"type": "string"
},
"metadata": {
"description": "Optional metadata to attach to the job",
"type": "object"
},
"prompt": {
"description": "Query or prompt for research, news, or information processing",
"required": true,
"type": "string"
},
"timeoutMs": {
"description": "Optional timeout in milliseconds (default: 180000ms, max: 300000ms)",
"type": "number"
},
"userId": {
"description": "Optional user identifier (UUID). If not provided, a random one will be generated for this session.",
"type": "string"
}
},
"discoverable": true,
"method": "POST",
"type": "http"
}
Output Schema
{
"createdAt": {
"description": "Timestamp when job was created",
"type": "number"
},
"expiresAt": {
"description": "Timestamp when job will expire",
"type": "number"
},
"jobId": {
"description": "Unique job identifier",
"type": "string"
},
"status": {
"description": "Current job status",
"enum": [
"pending",
"processing",
"completed",
"failed",
"timeout"
],
"type": "string"
}
}