{"uid":"cap_0RN7JWnG2dYIALyRXwprm","slug":"agishub-text-summarizer-c9902b52","name":"AGISHub Text Summarizer","description":"Summarize a block of text into a short abstract, with an optional target length. No external API key required.","url":"https://api.agishub.com/v1/summarize","method":"GET","headers":{},"bodySchema":{"type":"object","$schema":"https://json-schema.org/draft/2020-12/schema","required":["input","output"],"properties":{"input":{"type":"object","required":["type","method","queryParams"],"properties":{"type":{"enum":["http"],"type":"string"},"method":{"enum":["GET"],"type":"string"},"queryParams":{"type":"object","required":["text"],"properties":{"text":{"type":"string","minLength":1,"description":"The text to summarize."},"max_words":{"type":"integer","maximum":400,"minimum":0,"description":"Approximate maximum length of the summary, in words (default ~80).","exclusiveMinimum":true}},"additionalProperties":false}},"additionalProperties":false},"output":{"type":"object","required":["type","example"],"properties":{"type":{"enum":["json"],"type":"string"},"example":{"type":"object"}},"additionalProperties":false}}},"responseSchema":{"type":"json","example":{"result":"Summarize a block of text into a short abstract, with an optional target length. No external API key required."}},"example":null,"exampleRequest":null,"tags":["x402"],"displayCostAmount":"0.02","displayCostAsset":"USDC","priceDynamic":false,"priceHint":null,"priceStatus":"priced","priceSource":"probe","requiresHandshake":false,"reviewCount":0,"rating":{"score":"0.00","successRate":"0.00","reviews":0,"stars":null,"state":"unrated"},"availabilityStatus":"unknown","priceObserved":null,"sessionDeposit":null,"pricing":{"kind":"static","summary":"$0.02/call","primary":{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.02","per":"call","confidence":"exact"},"accepted":[{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.02","per":"call","confidence":"exact"}]},"paymentMethods":[{"uid":"pm_vetUgq6QZdD1C1_GOZdAJ","protocol":"x402","methodType":"crypto","chain":"base","mode":"charge","costAmount":"0.02","costPer":"request","priority":0,"asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","unit":"request","depositMicros":null,"planRef":null}],"brandName":null,"brandSlug":null,"brandBaseUrl":null,"brandDocsUrl":null,"whatItDoes":"Condenses a block of text into a concise abstract, with an optional maximum word count target.","exampleAgentPrompt":"Can you summarize this article for me in no more than 80 words: 'Artificial intelligence has rapidly transformed industries ranging from healthcare to finance, enabling automation, predictive analytics, and personalized experiences at scale. However, concerns around bias, privacy, and job displacement continue to challenge researchers and policymakers alike.'?","exampleUseCases":[{"title":"Quick TL;DR for long article","prompt":"Here's a long news article — can you give me a TL;DR in about 60 words? [paste of 800-word article text]"},{"title":"Executive summary for research report","prompt":"I need a short executive summary of this research report, no more than 120 words: [full report text]. Keep it professional and to the point."},{"title":"Condense customer feedback for dashboard","prompt":"Summarize this customer review into a compact 30-word blurb I can show on a dashboard: 'The product arrived two days late but the quality exceeded expectations. Customer support was responsive and resolved my issue within hours. Overall I'd recommend it.'"}],"resultDescription":"Returns a JSON object with a 'result' field containing the generated summary as a plain-text string, condensed from the input text to approximately the requested word length (default ~80 words).","failureModes":["Empty or missing 'text' query parameter returns a validation error","max_words of 0 or exceeding 400 triggers a schema validation error","Extremely short input text (e.g. one word) may produce a trivial or identical summary","Payment failure via x402 protocol returns 402 status with no summary","Very large input texts may be truncated or result in slower responses"],"whenToPreferThis":"Choose this endpoint when you need a fast, cheap ($0.02 USDC), no-API-key-required text summarization with optional length control. It is ideal for lightweight agents that need to condense arbitrary text without setting up an LLM API key. Prefer over rolling your own LLM summarization when cost predictability and simplicity matter more than fine-grained control over the summarization style.","instructions":null,"reviewSummary":null,"reviewSummaryHighlights":null,"reviewSummaryConcerns":null,"reviewSummaryGeneratedAt":null,"activationCount":0,"lastUsedAt":null,"lastSuccessfullyRanAt":null,"lastHealthCheckAt":"2026-09-15T18:42:16.340Z","isFirstParty":false}