Back to Services
Basic Trustrest

Wikipedia — Article Summary

Retrieve a structured summary of any Wikipedia article including extract text, thumbnail image, and page metadata.

Total Calls

0

Success Rate

Avg Latency

Capabilities

wikipediaknowledgeencyclopediatextsummary

Quick Integration

Call this service through the Agent Clear proxy

// Call Wikipedia — Article Summary through the Agent Clear proxy
const response = await fetch(
  'https://api.agentclear.dev/proxy/5b06eb49-f24d-4b75-97da-5aef38a46b0e',
  {
    method: 'POST',
    headers: {
      'Authorization': 'Bearer axk_your_api_key',
      'Content-Type': 'application/json',
    },
    body: JSON.stringify({
      // Your input payload here
    }),
  }
);

const result = await response.json();

Input Schema

{
  "type": "object",
  "required": [
    "title"
  ],
  "properties": {
    "title": {
      "type": "string",
      "description": "Article title (URL-encoded)"
    }
  }
}

Output Schema

{
  "type": "object",
  "properties": {
    "title": {
      "type": "string"
    },
    "extract": {
      "type": "string"
    },
    "thumbnail": {
      "type": "object"
    }
  }
}

Pricing

$0.001/ call

Billed per API call through the Agent Clear proxy

Start Using This Service

Provider

Agent Clear Platform

Details

Version
1.0.0
Protocol
rest
Rate Limit
200 req/min
Trust Score
0.5
Registered
Mar 2, 2026
Last Updated
Mar 2, 2026
Browse all services