{"uid":"cap_IbskTcgJHX-Tin3PDC-4L","slug":"netintel-text-summarizer-b479e3a9","name":"NetIntel Text Summarizer","description":"Summarize any text or web page into a concise summary plus key bullet points using Claude Haiku — accepts raw text or a URL (which it fetches and extracts), enforces an input cap, and returns a clean structured summary so agents can compress documents and articles in one call.","url":"https://netintel-production-440c.up.railway.app/text-summarize","method":"POST","headers":{},"bodySchema":{"type":"object","$schema":"https://json-schema.org/draft/2020-12/schema","required":["input"],"properties":{"input":{"type":"object","required":["type","method","bodyType","body"],"properties":{"body":{"type":"object","properties":{"url":{"type":"string","description":"URL to fetch, extract readable text from, and summarize. Provide exactly one of text or url. The page must yield ≥50 words of extractable paragraph text (fetch capped at 500KB/10s) — thin or JS-rendered pages 400 without charging."},"text":{"type":"string","description":"Raw text to summarize. Provide exactly one of text or url. Max 10000 words or 50KB."},"max_points":{"type":"number","description":"Number of key bullet points to return (default 5, max 10)."}}},"type":{"type":"string","const":"http"},"method":{"enum":["POST"],"type":"string"},"bodyType":{"enum":["json","form-data","text"],"type":"string"}},"additionalProperties":false},"output":{"type":"object","required":["type"],"properties":{"type":{"type":"string"},"example":{"type":"object","properties":{"grade":{"type":"string","description":"Letter grade A-F"},"score":{"type":"number","description":"Quality score 0-100"},"source":{"type":"string","description":"text or url"},"summary":{"type":"string","description":"Concise 2-4 sentence summary"},"findings":{"type":"array","description":"Reserved — currently always [] on success"},"key_points":{"type":"array","items":{"type":"string"},"description":"Key bullet points extracted from the content"},"compression_ratio":{"type":"number","description":"summary_word_count / original_word_count, rounded to 2 decimals"},"summary_word_count":{"type":"number","description":"Word count of the generated summary"},"original_word_count":{"type":"number","description":"Word count of the input content"}}}}}}},"responseSchema":{"type":"json","example":{"grade":"A","score":100,"source":"text","summary":"The James Webb Space Telescope captured its deepest infrared image yet, revealing thousands of galaxies. Known as Webb's First Deep Field, it shows galaxy cluster SMACS 0723 acting as a gravitational lens to magnify far more distant galaxies. The image will help astronomers study galaxy formation in the early universe.","findings":[],"key_points":["Webb captured its deepest infrared image to date","The image shows galaxy cluster SMACS 0723 as it appeared 4.6 billion years ago","The cluster's mass acts as a gravitational lens magnifying distant galaxies","It will aid the study of early-universe galaxy formation"],"compression_ratio":0.67,"summary_word_count":52,"original_word_count":78}},"example":null,"exampleRequest":null,"tags":["x402"],"displayCostAmount":"0.005","displayCostAsset":"USDC","priceDynamic":false,"priceHint":null,"priceStatus":"priced","priceSource":"settled","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.005/call","primary":{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.005","per":"call","confidence":"exact"},"accepted":[{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.005","per":"call","confidence":"exact"}]},"paymentMethods":[{"uid":"pm_vJiffVl_Erx33cW-5Z3vS","protocol":"x402","methodType":"crypto","chain":"base","mode":"charge","costAmount":"0.005","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 summary with key points, a quality grade, compression ratio, and word counts","exampleAgentPrompt":"Can you summarize this article for me and pull out the key points? Here's the text: 'Scientists at CERN have announced a major breakthrough in particle physics, detecting a new subatomic particle that could reshape our understanding of the standard model. The discovery, made after years of data analysis from the Large Hadron Collider, suggests that matter may behave differently at extremely high energy levels than previously theorized. Researchers from 40 countries collaborated on the project, marking one of the largest international scientific efforts in history.'","exampleUseCases":null,"resultDescription":"Returns a JSON object with a letter grade (e.g. 'A'), a numeric quality score (0–100), the source label, a prose summary, a list of findings, an array of key_points, a compression_ratio (float), summary_word_count, and original_word_count.","failureModes":["Empty or missing text body returns a 400 error","Payment not included or insufficient USDC triggers a 402 Payment Required response","Extremely short input text may yield a low-quality or near-identical summary","Very large text inputs may exceed token limits and return a truncation or error response","Network timeout on the Railway-hosted service returns a 503 or connection error"],"whenToPreferThis":"Use this endpoint when you need a structured, graded summary of a text passage with explicit key points and compression metrics. Prefer it over generic summarization when you want a quality score and grade alongside the summary, or when operating in an x402 micropayment-enabled agentic pipeline that bills per call in USDC on Base.","instructions":null,"reviewSummary":null,"reviewSummaryHighlights":null,"reviewSummaryConcerns":null,"reviewSummaryGeneratedAt":null,"activationCount":0,"lastUsedAt":null,"lastSuccessfullyRanAt":null,"lastHealthCheckAt":"2026-09-13T12:49:22.338Z","isFirstParty":false}