{"uid":"cap_7xechc4yCz3mbtRpq4L--","slug":"agishub-text-summarizer-a29d2495","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/paid/summarize","method":"POST","headers":{},"bodySchema":{"type":"object","$schema":"https://json-schema.org/draft/2020-12/schema","required":["input","output"],"properties":{"input":{"type":"object","required":["type","method","bodyType","body"],"properties":{"body":{"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},"type":{"enum":["http"],"type":"string"},"method":{"enum":["POST"],"type":"string"},"bodyType":{"enum":["json"],"type":"string"}},"additionalProperties":false},"output":{"type":"object","required":["type","example"],"properties":{"type":{"enum":["json"],"type":"string"},"example":{"type":"object"}},"additionalProperties":false}}},"responseSchema":null,"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_vltUJDnMJ9ULTnif2XVHE","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":"Summarizes a block of text into a concise abstract, with an optional maximum word count target.","exampleAgentPrompt":"Can you summarize the following article into no more than 100 words? [paste article text here]","exampleUseCases":[{"title":"Research paper abstract generation","prompt":"Summarize this research paper into a concise abstract of around 150 words: [paste paper text]"},{"title":"News article TL;DR for busy reader","prompt":"Give me a quick TL;DR of this news article in no more than 50 words: [paste article]"},{"title":"Email thread condensing for quick review","prompt":"Condense this long email thread into a short summary of the key points, keep it under 80 words: [paste email thread]"}],"resultDescription":"A JSON object containing the generated summary/abstract of the input text, condensed to approximately the requested word count (defaulting to ~80 words if no max_words is specified).","failureModes":["Empty or whitespace-only text input returns an error (minLength:1 enforced)","max_words of 0 or negative is rejected (exclusiveMinimum enforced)","max_words exceeding 400 returns validation error","Payment not included or insufficient USDC results in 402 Payment Required","Very short input text may produce a summary close to or equal to the original","Extremely large input text may be truncated or slow to process"],"whenToPreferThis":"Choose this endpoint when you need a quick, no-key-required text summarization without setting up an LLM prompt yourself. It is ideal for agents that need to condense articles, documents, or passages on demand with optional length control, and when the sibling general-purpose LLM endpoint would require more prompt engineering overhead. Best for single-document summarization tasks where a clean abstract is the goal.","instructions":null,"reviewSummary":null,"reviewSummaryHighlights":null,"reviewSummaryConcerns":null,"reviewSummaryGeneratedAt":null,"activationCount":0,"lastUsedAt":null,"lastSuccessfullyRanAt":null,"lastHealthCheckAt":"2026-09-14T00:51:29.218Z","isFirstParty":false}