{"uid":"cap_4pyh2dEZOPuke9ohRd3_B","slug":"dexl-agents-summarize-text-9c47732e","name":"DexL Agents – Summarize Text","description":"Summarize text into a set number of sentences, or into bullet points. Uses only what the text says and adds nothing. Input is bounded at 8000 characters, which is what makes a fixed price per call possible instead of per-token billing.","url":"https://agents.dexl.io/v1/tools/summarize-text","method":"POST","headers":{},"bodySchema":{"type":"object","properties":{"text":{"type":"string","maxLength":8000},"style":{"enum":["prose","bullets"],"type":"string","default":"prose"},"sentences":{"type":"integer","default":3,"maximum":10,"minimum":1}}},"responseSchema":{"type":"json","example":{"units":1,"cached":false,"output":{}}},"example":null,"exampleRequest":null,"tags":["x402"],"displayCostAmount":"0.01","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.01/call","primary":{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.01","per":"call","confidence":"exact"},"accepted":[{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.01","per":"call","confidence":"exact"}]},"paymentMethods":[{"uid":"pm_NL25wNG8Ijz0BYBP9EBlb","protocol":"x402","methodType":"crypto","chain":"base","mode":"charge","costAmount":"0.01","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 output in either prose or bullet-point style, with a configurable sentence count.","exampleAgentPrompt":"Can you summarize the following article into 5 bullet points? [paste text here]","exampleUseCases":[{"title":"Condense research paper abstract","prompt":"Here's a dense academic abstract — can you summarize it into 3 sentences in prose style so I can quickly understand what the paper is about?"},{"title":"Bullet-point meeting notes","prompt":"I've got these raw meeting notes and need them turned into a bullet-point summary of at most 7 points so I can share them with my team."},{"title":"TL;DR for customer review","prompt":"Can you give me a 2-sentence prose summary of this long customer review? I want the gist without reading the whole thing."}],"resultDescription":"Returns a JSON object containing the summarized text under an 'output' key, along with 'units' (number of billing units consumed, typically 1) and 'cached' (boolean indicating whether the result was served from cache).","failureModes":["Text exceeds 8000 character limit — request rejected with validation error","Invalid 'style' value not in enum ['prose','bullets'] — schema validation failure","'sentences' value outside 1–10 range — rejected with validation error","Empty or missing 'text' field — likely returns an error or empty summary","Payment not included or insufficient — 402 Payment Required response","Downstream model unavailable — may return 503 or timeout"],"whenToPreferThis":"Choose this endpoint when you need a lightweight, pay-per-call text summarization without managing API keys or accounts. It is ideal for agent workflows that process variable amounts of text on demand, need both prose and bullet-point output modes, and benefit from the x402 micropayment model where you only pay per request. Prefer it over general LLM chat endpoints when you want a structured, purpose-built summarization interface with predictable output format and pricing.","instructions":null,"reviewSummary":null,"reviewSummaryHighlights":null,"reviewSummaryConcerns":null,"reviewSummaryGeneratedAt":null,"activationCount":0,"lastUsedAt":null,"lastSuccessfullyRanAt":null,"lastHealthCheckAt":"2026-09-13T12:46:45.379Z","isFirstParty":false}